COLOR #CEDBB6

HEX: #CEDBB6
RGB: (206,219,182)

Color info

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

RGB color model

#CEDBB6 color RGB value is (206,219,182).

  • red value is 206;
  • green value is 219;
  • blue value is 182.
RGB:
(206,219,182)
(81%,86%,71%)

RGB channels and saturation

R 206 of 255 = 81%
G 219 of 255 = 86%
B 182 of 255 = 71%

206
219
182

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

Portions of RGB colors in percentages

R + G + B =
206 + 219 + 182 = 607 (100%)
R 206 of 607 ~ 33.94%
G 219 of 607 ~ 36.08%
B 182 of 607 ~ 29.98%

%33.94
%36.08
%29.98

CMYK color model

#CEDBB6 color CMYK value is (6,0,17,14).

  • cyan value is 5.94%
  • magenta value is 0.00%
  • yellow value is 16.89%
  • key color value is 14.12%
CMYK:
(6,0,17,14)
C6M0Y17K14 
(6%,0%,17%,14%)
(0.06/0.00/0.17/0.14)	

CMYK percentages

%5.94
%0
%16.89
%14.12

Codes

Color #CEDBB6 in popluar color models

CEDBB6
RGB206219182
HSL81°33.94%78.63%
HSB/HSV81°16.89%85.88%
CMYK5.94%0.00%16.89%
14.12%

Color #CEDBB6 in popluar number systems.

HEXCEDBB6
Decimal206219182
Binary110011101101101110110110
Octal316333266

Shades and tints

Shades of #CEDBB6

#CEDBB6
(206,219,182)
#BCC8A6
(188,200,166)
#AAB596
(170,181,150)
#98A286
(152,162,134)
#868F76
(134,143,118)
#747C66
(116,124,102)
#626956
(98,105,86)
#505646
(80,86,70)
#3E4336
(62,67,54)
#2C3026
(44,48,38)
#1A1D16
(26,29,22)
#000000
(0,0,0)

Tints of #CEDBB6

#CEDBB6
(206,219,182)
#D2DEBC
(210,222,188)
#D6E1C2
(214,225,194)
#DAE4C8
(218,228,200)
#DEE7CE
(222,231,206)
#E2EAD4
(226,234,212)
#E6EDDA
(230,237,218)
#EAF0E0
(234,240,224)
#EEF3E6
(238,243,230)
#F2F6EC
(242,246,236)
#F6F9F2
(246,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEDBB6 color. Also use rgb(206,219,182) instead hex code.

Text Font Color

.myTextColor { color: #CEDBB6; }

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

This text font color is #CEDBB6.


Background Color

.myBgColor { background-color: #CEDBB6; }

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

This div background color is #CEDBB6.


Border color

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

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

This div border color is #CEDBB6.


Opacity

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

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

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

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

This text has shadow with #CEDBB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEDBB6 on black background.


Color preview on white background

This text has color #CEDBB6 on white background.



Black color preview on #CEDBB6 background

This text has black color on #CEDBB6 background.


White color preview on #CEDBB6 background

This text has white color on #CEDBB6 background.