COLOR #CFE1BB

HEX: #CFE1BB
RGB: (207,225,187)

Color info

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

RGB color model

#CFE1BB color RGB value is (207,225,187).

  • red value is 207;
  • green value is 225;
  • blue value is 187.
RGB:
(207,225,187)
(81%,88%,73%)

RGB channels and saturation

R 207 of 255 = 81%
G 225 of 255 = 88%
B 187 of 255 = 73%

207
225
187

R + G + B ~ 81%. #CFE1BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 225 + 187 = 619 (100%)
R 207 of 619 ~ 33.44%
G 225 of 619 ~ 36.35%
B 187 of 619 ~ 30.21%

%33.44
%36.35
%30.21

CMYK color model

#CFE1BB color CMYK value is (8,0,17,12).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 16.89%
  • key color value is 11.76%
CMYK:
(8,0,17,12)
C8M0Y17K12 
(8%,0%,17%,12%)
(0.08/0.00/0.17/0.12)	

CMYK percentages

%8
%0
%16.89
%11.76

Codes

Color #CFE1BB in popluar color models

CFE1BB
RGB207225187
HSL88°38.78%80.78%
HSB/HSV88°16.89%88.24%
CMYK8.00%0.00%16.89%
11.76%

Color #CFE1BB in popluar number systems.

HEXCFE1BB
Decimal207225187
Binary110011111110000110111011
Octal317341273

Shades and tints

Shades of #CFE1BB

#CFE1BB
(207,225,187)
#BDCDAA
(189,205,170)
#ABB999
(171,185,153)
#99A588
(153,165,136)
#879177
(135,145,119)
#757D66
(117,125,102)
#636955
(99,105,85)
#515544
(81,85,68)
#3F4133
(63,65,51)
#2D2D22
(45,45,34)
#1B1911
(27,25,17)
#000000
(0,0,0)

Tints of #CFE1BB

#CFE1BB
(207,225,187)
#D3E3C1
(211,227,193)
#D7E5C7
(215,229,199)
#DBE7CD
(219,231,205)
#DFE9D3
(223,233,211)
#E3EBD9
(227,235,217)
#E7EDDF
(231,237,223)
#EBEFE5
(235,239,229)
#EFF1EB
(239,241,235)
#F3F3F1
(243,243,241)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFE1BB color. Also use rgb(207,225,187) instead hex code.

Text Font Color

.myTextColor { color: #CFE1BB; }

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

This text font color is #CFE1BB.


Background Color

.myBgColor { background-color: #CFE1BB; }

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

This div background color is #CFE1BB.


Border color

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

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

This div border color is #CFE1BB.


Opacity

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

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

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

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

This text has shadow with #CFE1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE1BB on black background.


Color preview on white background

This text has color #CFE1BB on white background.



Black color preview on #CFE1BB background

This text has black color on #CFE1BB background.


White color preview on #CFE1BB background

This text has white color on #CFE1BB background.