COLOR #CEEBEE

HEX: #CEEBEE RGB: (206,235,238)

Color info

#CEEBEE contains red, green and blue colors in about the same proportion. Web safe color of #CEEBEE is #CCFFFF (or #CFF).

RGB color model

#CEEBEE color RGB value is (206,235,238).

RGB: (206,235,238) (81%, 92%, 93%)

RGB channels and saturation

R 206 of 255 = 81%
G 235 of 255 = 92%
B 238 of 255 = 93%

206
235
238

R + G + B ~ 89%. #CEEBEE is light color.

Portions of RGB colors in percentages

R + G + B = 206 + 235 + 238 = 679 (100%)
R 206 of 679 ~ 30.34%
G 235 of 679 ~ 34.61%
B 238 of 679 ~ 35.05'%

%30.34
%34.61
%35.05

CMYK color model

#CEEBEE color CMYK value is (13,1,0,7).

  • cyan value is 13.45%
  • magenta value is 1.26%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (13,1,0,7)
C13M1Y0K7 (13%, 1%, 0%, 7%)
(0.13 / 0.01 / 0.00 / 0.07)

CMYK percentages

%13.45
%1.26
%0
%6.67

Codes

Color #CEEBEE in popluar color models

CE EB EE
RGB 206 235 238
HSL 186° 48.48% 87.06%
HSB/HSV 186° 13.45% 93.33%
CMYK 13.45% 1.26% 0.00%
6.67%

Color #CEEBEE in popluar number systems.

HEX CE EB EE
Decimal 206 235 238
Binary 11001110 11101011 11101110
Octal 316 353 356

Shades and tints

Shades of #CEEBEE

#CEEBEE
(206,235,238)
#BCD6D9
(188,214,217)
#AAC1C4
(170,193,196)
#98ACAF
(152,172,175)
#86979A
(134,151,154)
#748285
(116,130,133)
#626D70
(98,109,112)
#50585B
(80,88,91)
#3E4346
(62,67,70)
#2C2E31
(44,46,49)
#1A191C
(26,25,28)
#000000
(0,0,0)

Tints of #CEEBEE

#CEEBEE
(206,235,238)
#D2ECEF
(210,236,239)
#D6EDF0
(214,237,240)
#DAEEF1
(218,238,241)
#DEEFF2
(222,239,242)
#E2F0F3
(226,240,243)
#E6F1F4
(230,241,244)
#EAF2F5
(234,242,245)
#EEF3F6
(238,243,246)
#F2F4F7
(242,244,247)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEEBEE; }

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

This text font color is #CEEBEE.

Background Color

.myBgColor { background-color: #CEEBEE; }

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

This div background color is #CEEBEE.

Border color

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

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

This div border color is #CEEBEE.

Opacity

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

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

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

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

This text has shadow with #CEEBEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEEBEE.

Preview

Color preview on black background

This text has color #CEEBEE on black background.


Color preview on white background

This text has color #CEEBEE on white background.


Black color preview on #CEEBEE background

This text has black color on #CEEBEE background.


White color preview on #CEEBEE background

This text has white color on #CEEBEE background.


Related colors

Complementary color

Complementary color for #hex is #311411.


I love getcolorcode.com

Triadic colors

1 #EECEEB and #EBEECE with #CEEBEE are triadic colors.

2 #EEEBCE and #EBCEEE with #CEEBEE are triadic colors.