COLOR #CECEE3

HEX: #CECEE3 RGB: (206,206,227)

Color info

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

RGB color model

#CECEE3 color RGB value is (206,206,227).

RGB: (206,206,227) (81%, 81%, 89%)

RGB channels and saturation

R 206 of 255 = 81%
G 206 of 255 = 81%
B 227 of 255 = 89%

206
206
227

R + G + B ~ 84%. #CECEE3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 206 + 227 = 639 (100%)
R 206 of 639 ~ 32.24%
G 206 of 639 ~ 32.24%
B 227 of 639 ~ 35.52'%

%32.24
%32.24
%35.52

CMYK color model

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

  • cyan value is 9.25%
  • magenta value is 9.25%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (9,9,0,11)
C9M9Y0K11 (9%, 9%, 0%, 11%)
(0.09 / 0.09 / 0.00 / 0.11)

CMYK percentages

%9.25
%9.25
%0
%10.98

Codes

Color #CECEE3 in popluar color models

CE CE E3
RGB 206 206 227
HSL 240° 27.27% 84.90%
HSB/HSV 240° 9.25% 89.02%
CMYK 9.25% 9.25% 0.00%
10.98%

Color #CECEE3 in popluar number systems.

HEX CE CE E3
Decimal 206 206 227
Binary 11001110 11001110 11100011
Octal 316 316 343

Shades and tints

Shades of #CECEE3

#CECEE3
(206,206,227)
#BCBCCF
(188,188,207)
#AAAABB
(170,170,187)
#9898A7
(152,152,167)
#868693
(134,134,147)
#74747F
(116,116,127)
#62626B
(98,98,107)
#505057
(80,80,87)
#3E3E43
(62,62,67)
#2C2C2F
(44,44,47)
#1A1A1B
(26,26,27)
#000000
(0,0,0)

Tints of #CECEE3

#CECEE3
(206,206,227)
#D2D2E5
(210,210,229)
#D6D6E7
(214,214,231)
#DADAE9
(218,218,233)
#DEDEEB
(222,222,235)
#E2E2ED
(226,226,237)
#E6E6EF
(230,230,239)
#EAEAF1
(234,234,241)
#EEEEF3
(238,238,243)
#F2F2F5
(242,242,245)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CECEE3; }

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

This text font color is #CECEE3.

Background Color

.myBgColor { background-color: #CECEE3; }

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

This div background color is #CECEE3.

Border color

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

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

This div border color is #CECEE3.

Opacity

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

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

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

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

This text has shadow with #CECEE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CECEE3.

Preview

Color preview on black background

This text has color #CECEE3 on black background.


Color preview on white background

This text has color #CECEE3 on white background.


Black color preview on #CECEE3 background

This text has black color on #CECEE3 background.


White color preview on #CECEE3 background

This text has white color on #CECEE3 background.


Related colors

Complementary color

Complementary color for #hex is #31311C.


I love getcolorcode.com