COLOR #CFDBB0

HEX: #CFDBB0
RGB: (207,219,176)

Color info

#CFDBB0 contains red, green and blue colors in about the same proportion. Web safe color of #CFDBB0 is #CCCC99 (or #CC9).

RGB color model

#CFDBB0 color RGB value is (207,219,176).

  • red value is 207;
  • green value is 219;
  • blue value is 176.
RGB:
(207,219,176)
(81%,86%,69%)

RGB channels and saturation

R 207 of 255 = 81%
G 219 of 255 = 86%
B 176 of 255 = 69%

207
219
176

R + G + B ~ 79%. #CFDBB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 219 + 176 = 602 (100%)
R 207 of 602 ~ 34.39%
G 219 of 602 ~ 36.38%
B 176 of 602 ~ 29.24%

%34.39
%36.38
%29.24

CMYK color model

#CFDBB0 color CMYK value is (5,0,20,14).

  • cyan value is 5.48%
  • magenta value is 0.00%
  • yellow value is 19.63%
  • key color value is 14.12%
CMYK:
(5,0,20,14)
C5M0Y20K14 
(5%,0%,20%,14%)
(0.05/0.00/0.20/0.14)	

CMYK percentages

%5.48
%0
%19.63
%14.12

Codes

Color #CFDBB0 in popluar color models

CFDBB0
RGB207219176
HSL77°37.39%77.45%
HSB/HSV77°19.63%85.88%
CMYK5.48%0.00%19.63%
14.12%

Color #CFDBB0 in popluar number systems.

HEXCFDBB0
Decimal207219176
Binary110011111101101110110000
Octal317333260

Shades and tints

Shades of #CFDBB0

#CFDBB0
(207,219,176)
#BDC8A0
(189,200,160)
#ABB590
(171,181,144)
#99A280
(153,162,128)
#878F70
(135,143,112)
#757C60
(117,124,96)
#636950
(99,105,80)
#515640
(81,86,64)
#3F4330
(63,67,48)
#2D3020
(45,48,32)
#1B1D10
(27,29,16)
#000000
(0,0,0)

Tints of #CFDBB0

#CFDBB0
(207,219,176)
#D3DEB7
(211,222,183)
#D7E1BE
(215,225,190)
#DBE4C5
(219,228,197)
#DFE7CC
(223,231,204)
#E3EAD3
(227,234,211)
#E7EDDA
(231,237,218)
#EBF0E1
(235,240,225)
#EFF3E8
(239,243,232)
#F3F6EF
(243,246,239)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFDBB0 color. Also use rgb(207,219,176) instead hex code.

Text Font Color

.myTextColor { color: #CFDBB0; }

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

This text font color is #CFDBB0.


Background Color

.myBgColor { background-color: #CFDBB0; }

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

This div background color is #CFDBB0.


Border color

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

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

This div border color is #CFDBB0.


Opacity

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

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

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

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

This text has shadow with #CFDBB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFDBB0 on black background.


Color preview on white background

This text has color #CFDBB0 on white background.



Black color preview on #CFDBB0 background

This text has black color on #CFDBB0 background.


White color preview on #CFDBB0 background

This text has white color on #CFDBB0 background.