COLOR #CEFA87

HEX: #CEFA87
RGB: (206,250,135)

Color info

#CEFA87 contains mainly red and green colors. Web safe color of #CEFA87 is #CCFF99 (or #CF9).

RGB color model

#CEFA87 color RGB value is (206,250,135).

  • red value is 206;
  • green value is 250;
  • blue value is 135.
RGB:
(206,250,135)
(81%,98%,53%)

RGB channels and saturation

R 206 of 255 = 81%
G 250 of 255 = 98%
B 135 of 255 = 53%

206
250
135

R + G + B ~ 77%. #CEFA87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 250 + 135 = 591 (100%)
R 206 of 591 ~ 34.86%
G 250 of 591 ~ 42.3%
B 135 of 591 ~ 22.84%

%34.86
%42.3
%22.84

CMYK color model

#CEFA87 color CMYK value is (18,0,46,2).

  • cyan value is 17.60%
  • magenta value is 0.00%
  • yellow value is 46.00%
  • key color value is 1.96%
CMYK:
(18,0,46,2)
C18M0Y46K2 
(18%,0%,46%,2%)
(0.18/0.00/0.46/0.02)	

CMYK percentages

%17.6
%0
%46
%1.96

Codes

Color #CEFA87 in popluar color models

CEFA87
RGB206250135
HSL83°92.00%75.49%
HSB/HSV83°46.00%98.04%
CMYK17.60%0.00%46.00%
1.96%

Color #CEFA87 in popluar number systems.

HEXCEFA87
Decimal206250135
Binary110011101111101010000111
Octal316372207

Shades and tints

Shades of #CEFA87

#CEFA87
(206,250,135)
#BCE47B
(188,228,123)
#AACE6F
(170,206,111)
#98B863
(152,184,99)
#86A257
(134,162,87)
#748C4B
(116,140,75)
#62763F
(98,118,63)
#506033
(80,96,51)
#3E4A27
(62,74,39)
#2C341B
(44,52,27)
#1A1E0F
(26,30,15)
#000000
(0,0,0)

Tints of #CEFA87

#CEFA87
(206,250,135)
#D2FA91
(210,250,145)
#D6FA9B
(214,250,155)
#DAFAA5
(218,250,165)
#DEFAAF
(222,250,175)
#E2FAB9
(226,250,185)
#E6FAC3
(230,250,195)
#EAFACD
(234,250,205)
#EEFAD7
(238,250,215)
#F2FAE1
(242,250,225)
#F6FAEB
(246,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEFA87 color. Also use rgb(206,250,135) instead hex code.

Text Font Color

.myTextColor { color: #CEFA87; }

<p style="color:#CEFA87">This sample text font color is #CEFA87.</p>

This text font color is #CEFA87.


Background Color

.myBgColor { background-color: #CEFA87; }

<div style="background-color:#CEFA87">Inner text</div>

This div background color is #CEFA87.


Border color

.myBorderColor { border: 1px solid #CEFA87; }

<div style="border:3px solid #CEFA87">Div</div>

This div border color is #CEFA87.


Opacity

.myOpacity80 { color: #CEFA87; opacity: 0.8; }

<p style="color:#CEFA87;opacity:0.8;">80%</p>

Text with #CEFA87 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CEFA87;}

<p style="text-shadow: 3px 3px 1px #CEFA87">Text here.</p>

This text has shadow with #CEFA87 color.

.textShadow {text-shadow: 3px 3px 1px #CEFA87, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CEFA87, 5px 5px 20px red">Text here.</p>

This text has shadow with #CEFA87 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CEFA87, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CEFA87, Direction=45, Strength=4)">Text</p>

This text has shadow with #CEFA87 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CEFA87;
  -webkit-box-shadow:	1px 1px 3px 2px #CEFA87;
  box-shadow:		1px 1px 3px 2px #CEFA87;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CEFA87;
-webkit-box-shadow: 1px 1px 3px 2px #CEFA87;
box-shadow:1px 1px 3px 2px #CEFA87;">
Div content here</div>
This div box has shadow with color #CEFA87.

Preview

Color preview on black background

This text has color #CEFA87 on black background.


Color preview on white background

This text has color #CEFA87 on white background.



Black color preview on #CEFA87 background

This text has black color on #CEFA87 background.


White color preview on #CEFA87 background

This text has white color on #CEFA87 background.