COLOR #CEDCC6

HEX: #CEDCC6
RGB: (206,220,198)

Color info

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

RGB color model

#CEDCC6 color RGB value is (206,220,198).

  • red value is 206;
  • green value is 220;
  • blue value is 198.
RGB:
(206,220,198)
(81%,86%,78%)

RGB channels and saturation

R 206 of 255 = 81%
G 220 of 255 = 86%
B 198 of 255 = 78%

206
220
198

R + G + B ~ 82%. #CEDCC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 220 + 198 = 624 (100%)
R 206 of 624 ~ 33.01%
G 220 of 624 ~ 35.26%
B 198 of 624 ~ 31.73%

%33.01
%35.26
%31.73

CMYK color model

#CEDCC6 color CMYK value is (6,0,10,14).

  • cyan value is 6.36%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 13.73%
CMYK:
(6,0,10,14)
C6M0Y10K14 
(6%,0%,10%,14%)
(0.06/0.00/0.10/0.14)	

CMYK percentages

%6.36
%0
%10
%13.73

Codes

Color #CEDCC6 in popluar color models

CEDCC6
RGB206220198
HSL98°23.91%81.96%
HSB/HSV98°10.00%86.27%
CMYK6.36%0.00%10.00%
13.73%

Color #CEDCC6 in popluar number systems.

HEXCEDCC6
Decimal206220198
Binary110011101101110011000110
Octal316334306

Shades and tints

Shades of #CEDCC6

#CEDCC6
(206,220,198)
#BCC8B4
(188,200,180)
#AAB4A2
(170,180,162)
#98A090
(152,160,144)
#868C7E
(134,140,126)
#74786C
(116,120,108)
#62645A
(98,100,90)
#505048
(80,80,72)
#3E3C36
(62,60,54)
#2C2824
(44,40,36)
#1A1412
(26,20,18)
#000000
(0,0,0)

Tints of #CEDCC6

#CEDCC6
(206,220,198)
#D2DFCB
(210,223,203)
#D6E2D0
(214,226,208)
#DAE5D5
(218,229,213)
#DEE8DA
(222,232,218)
#E2EBDF
(226,235,223)
#E6EEE4
(230,238,228)
#EAF1E9
(234,241,233)
#EEF4EE
(238,244,238)
#F2F7F3
(242,247,243)
#F6FAF8
(246,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEDCC6 color. Also use rgb(206,220,198) instead hex code.

Text Font Color

.myTextColor { color: #CEDCC6; }

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

This text font color is #CEDCC6.


Background Color

.myBgColor { background-color: #CEDCC6; }

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

This div background color is #CEDCC6.


Border color

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

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

This div border color is #CEDCC6.


Opacity

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

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

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

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

This text has shadow with #CEDCC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEDCC6 on black background.


Color preview on white background

This text has color #CEDCC6 on white background.



Black color preview on #CEDCC6 background

This text has black color on #CEDCC6 background.


White color preview on #CEDCC6 background

This text has white color on #CEDCC6 background.