COLOR #CFE3B6

HEX: #CFE3B6
RGB: (207,227,182)

Color info

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

RGB color model

#CFE3B6 color RGB value is (207,227,182).

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

RGB channels and saturation

R 207 of 255 = 81%
G 227 of 255 = 89%
B 182 of 255 = 71%

207
227
182

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

Portions of RGB colors in percentages

R + G + B =
207 + 227 + 182 = 616 (100%)
R 207 of 616 ~ 33.6%
G 227 of 616 ~ 36.85%
B 182 of 616 ~ 29.55%

%33.6
%36.85
%29.55

CMYK color model

#CFE3B6 color CMYK value is (9,0,20,11).

  • cyan value is 8.81%
  • magenta value is 0.00%
  • yellow value is 19.82%
  • key color value is 10.98%
CMYK:
(9,0,20,11)
C9M0Y20K11 
(9%,0%,20%,11%)
(0.09/0.00/0.20/0.11)	

CMYK percentages

%8.81
%0
%19.82
%10.98

Codes

Color #CFE3B6 in popluar color models

CFE3B6
RGB207227182
HSL87°44.55%80.20%
HSB/HSV87°19.82%89.02%
CMYK8.81%0.00%19.82%
10.98%

Color #CFE3B6 in popluar number systems.

HEXCFE3B6
Decimal207227182
Binary110011111110001110110110
Octal317343266

Shades and tints

Shades of #CFE3B6

#CFE3B6
(207,227,182)
#BDCFA6
(189,207,166)
#ABBB96
(171,187,150)
#99A786
(153,167,134)
#879376
(135,147,118)
#757F66
(117,127,102)
#636B56
(99,107,86)
#515746
(81,87,70)
#3F4336
(63,67,54)
#2D2F26
(45,47,38)
#1B1B16
(27,27,22)
#000000
(0,0,0)

Tints of #CFE3B6

#CFE3B6
(207,227,182)
#D3E5BC
(211,229,188)
#D7E7C2
(215,231,194)
#DBE9C8
(219,233,200)
#DFEBCE
(223,235,206)
#E3EDD4
(227,237,212)
#E7EFDA
(231,239,218)
#EBF1E0
(235,241,224)
#EFF3E6
(239,243,230)
#F3F5EC
(243,245,236)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFE3B6 color. Also use rgb(207,227,182) instead hex code.

Text Font Color

.myTextColor { color: #CFE3B6; }

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

This text font color is #CFE3B6.


Background Color

.myBgColor { background-color: #CFE3B6; }

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

This div background color is #CFE3B6.


Border color

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

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

This div border color is #CFE3B6.


Opacity

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

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

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

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

This text has shadow with #CFE3B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE3B6 on black background.


Color preview on white background

This text has color #CFE3B6 on white background.



Black color preview on #CFE3B6 background

This text has black color on #CFE3B6 background.


White color preview on #CFE3B6 background

This text has white color on #CFE3B6 background.