COLOR #CFE4B4

HEX: #CFE4B4
RGB: (207,228,180)

Color info

#CFE4B4 contains red, green and blue colors in about the same proportion. Web safe color of #CFE4B4 is #CCCCCC (or #CCC).

RGB color model

#CFE4B4 color RGB value is (207,228,180).

  • red value is 207;
  • green value is 228;
  • blue value is 180.
RGB:
(207,228,180)
(81%,89%,71%)

RGB channels and saturation

R 207 of 255 = 81%
G 228 of 255 = 89%
B 180 of 255 = 71%

207
228
180

R + G + B ~ 80%. #CFE4B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 228 + 180 = 615 (100%)
R 207 of 615 ~ 33.66%
G 228 of 615 ~ 37.07%
B 180 of 615 ~ 29.27%

%33.66
%37.07
%29.27

CMYK color model

#CFE4B4 color CMYK value is (9,0,21,11).

  • cyan value is 9.21%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 10.59%
CMYK:
(9,0,21,11)
C9M0Y21K11 
(9%,0%,21%,11%)
(0.09/0.00/0.21/0.11)	

CMYK percentages

%9.21
%0
%21.05
%10.59

Codes

Color #CFE4B4 in popluar color models

CFE4B4
RGB207228180
HSL86°47.06%80.00%
HSB/HSV86°21.05%89.41%
CMYK9.21%0.00%21.05%
10.59%

Color #CFE4B4 in popluar number systems.

HEXCFE4B4
Decimal207228180
Binary110011111110010010110100
Octal317344264

Shades and tints

Shades of #CFE4B4

#CFE4B4
(207,228,180)
#BDD0A4
(189,208,164)
#ABBC94
(171,188,148)
#99A884
(153,168,132)
#879474
(135,148,116)
#758064
(117,128,100)
#636C54
(99,108,84)
#515844
(81,88,68)
#3F4434
(63,68,52)
#2D3024
(45,48,36)
#1B1C14
(27,28,20)
#000000
(0,0,0)

Tints of #CFE4B4

#CFE4B4
(207,228,180)
#D3E6BA
(211,230,186)
#D7E8C0
(215,232,192)
#DBEAC6
(219,234,198)
#DFECCC
(223,236,204)
#E3EED2
(227,238,210)
#E7F0D8
(231,240,216)
#EBF2DE
(235,242,222)
#EFF4E4
(239,244,228)
#F3F6EA
(243,246,234)
#F7F8F0
(247,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFE4B4 color. Also use rgb(207,228,180) instead hex code.

Text Font Color

.myTextColor { color: #CFE4B4; }

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

This text font color is #CFE4B4.


Background Color

.myBgColor { background-color: #CFE4B4; }

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

This div background color is #CFE4B4.


Border color

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

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

This div border color is #CFE4B4.


Opacity

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

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

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

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

This text has shadow with #CFE4B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE4B4 on black background.


Color preview on white background

This text has color #CFE4B4 on white background.



Black color preview on #CFE4B4 background

This text has black color on #CFE4B4 background.


White color preview on #CFE4B4 background

This text has white color on #CFE4B4 background.