COLOR #CFE57B

HEX: #CFE57B
RGB: (207,229,123)

Color info

#CFE57B contains mainly red and green colors. Web safe color of #CFE57B is #CCCC66 (or #CC6).

RGB color model

#CFE57B color RGB value is (207,229,123).

  • red value is 207;
  • green value is 229;
  • blue value is 123.
RGB:
(207,229,123)
(81%,90%,48%)

RGB channels and saturation

R 207 of 255 = 81%
G 229 of 255 = 90%
B 123 of 255 = 48%

207
229
123

R + G + B ~ 73%. #CFE57B is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 229 + 123 = 559 (100%)
R 207 of 559 ~ 37.03%
G 229 of 559 ~ 40.97%
B 123 of 559 ~ 22%

%37.03
%40.97
%22

CMYK color model

#CFE57B color CMYK value is (10,0,46,10).

  • cyan value is 9.61%
  • magenta value is 0.00%
  • yellow value is 46.29%
  • key color value is 10.20%
CMYK:
(10,0,46,10)
C10M0Y46K10 
(10%,0%,46%,10%)
(0.10/0.00/0.46/0.10)	

CMYK percentages

%9.61
%0
%46.29
%10.2

Codes

Color #CFE57B in popluar color models

CFE57B
RGB207229123
HSL72°67.09%69.02%
HSB/HSV72°46.29%89.80%
CMYK9.61%0.00%46.29%
10.20%

Color #CFE57B in popluar number systems.

HEXCFE57B
Decimal207229123
Binary11001111111001011111011
Octal317345173

Shades and tints

Shades of #CFE57B

#CFE57B
(207,229,123)
#BDD170
(189,209,112)
#ABBD65
(171,189,101)
#99A95A
(153,169,90)
#87954F
(135,149,79)
#758144
(117,129,68)
#636D39
(99,109,57)
#51592E
(81,89,46)
#3F4523
(63,69,35)
#2D3118
(45,49,24)
#1B1D0D
(27,29,13)
#000000
(0,0,0)

Tints of #CFE57B

#CFE57B
(207,229,123)
#D3E787
(211,231,135)
#D7E993
(215,233,147)
#DBEB9F
(219,235,159)
#DFEDAB
(223,237,171)
#E3EFB7
(227,239,183)
#E7F1C3
(231,241,195)
#EBF3CF
(235,243,207)
#EFF5DB
(239,245,219)
#F3F7E7
(243,247,231)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFE57B color. Also use rgb(207,229,123) instead hex code.

Text Font Color

.myTextColor { color: #CFE57B; }

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

This text font color is #CFE57B.


Background Color

.myBgColor { background-color: #CFE57B; }

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

This div background color is #CFE57B.


Border color

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

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

This div border color is #CFE57B.


Opacity

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

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

Text with #CFE57B 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 #CFE57B;}

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

This text has shadow with #CFE57B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE57B on black background.


Color preview on white background

This text has color #CFE57B on white background.



Black color preview on #CFE57B background

This text has black color on #CFE57B background.


White color preview on #CFE57B background

This text has white color on #CFE57B background.