COLOR #CFDEB6

HEX: #CFDEB6
RGB: (207,222,182)

Color info

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

RGB color model

#CFDEB6 color RGB value is (207,222,182).

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

RGB channels and saturation

R 207 of 255 = 81%
G 222 of 255 = 87%
B 182 of 255 = 71%

207
222
182

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

Portions of RGB colors in percentages

R + G + B =
207 + 222 + 182 = 611 (100%)
R 207 of 611 ~ 33.88%
G 222 of 611 ~ 36.33%
B 182 of 611 ~ 29.79%

%33.88
%36.33
%29.79

CMYK color model

#CFDEB6 color CMYK value is (7,0,18,13).

  • cyan value is 6.76%
  • magenta value is 0.00%
  • yellow value is 18.02%
  • key color value is 12.94%
CMYK:
(7,0,18,13)
C7M0Y18K13 
(7%,0%,18%,13%)
(0.07/0.00/0.18/0.13)	

CMYK percentages

%6.76
%0
%18.02
%12.94

Codes

Color #CFDEB6 in popluar color models

CFDEB6
RGB207222182
HSL83°37.74%79.22%
HSB/HSV83°18.02%87.06%
CMYK6.76%0.00%18.02%
12.94%

Color #CFDEB6 in popluar number systems.

HEXCFDEB6
Decimal207222182
Binary110011111101111010110110
Octal317336266

Shades and tints

Shades of #CFDEB6

#CFDEB6
(207,222,182)
#BDCAA6
(189,202,166)
#ABB696
(171,182,150)
#99A286
(153,162,134)
#878E76
(135,142,118)
#757A66
(117,122,102)
#636656
(99,102,86)
#515246
(81,82,70)
#3F3E36
(63,62,54)
#2D2A26
(45,42,38)
#1B1616
(27,22,22)
#000000
(0,0,0)

Tints of #CFDEB6

#CFDEB6
(207,222,182)
#D3E1BC
(211,225,188)
#D7E4C2
(215,228,194)
#DBE7C8
(219,231,200)
#DFEACE
(223,234,206)
#E3EDD4
(227,237,212)
#E7F0DA
(231,240,218)
#EBF3E0
(235,243,224)
#EFF6E6
(239,246,230)
#F3F9EC
(243,249,236)
#F7FCF2
(247,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFDEB6; }

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

This text font color is #CFDEB6.


Background Color

.myBgColor { background-color: #CFDEB6; }

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

This div background color is #CFDEB6.


Border color

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

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

This div border color is #CFDEB6.


Opacity

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

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

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

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

This text has shadow with #CFDEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFDEB6 on black background.


Color preview on white background

This text has color #CFDEB6 on white background.



Black color preview on #CFDEB6 background

This text has black color on #CFDEB6 background.


White color preview on #CFDEB6 background

This text has white color on #CFDEB6 background.