COLOR #CEEAEB

HEX: #CEEAEB
RGB: (206,234,235)

Color info

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

RGB color model

#CEEAEB color RGB value is (206,234,235).

  • red value is 206;
  • green value is 234;
  • blue value is 235.
RGB:
(206,234,235)
(81%,92%,92%)

RGB channels and saturation

R 206 of 255 = 81%
G 234 of 255 = 92%
B 235 of 255 = 92%

206
234
235

R + G + B ~ 88%. #CEEAEB is light color.

Portions of RGB colors in percentages

R + G + B =
206 + 234 + 235 = 675 (100%)
R 206 of 675 ~ 30.52%
G 234 of 675 ~ 34.67%
B 235 of 675 ~ 34.81%

%30.52
%34.67
%34.81

CMYK color model

#CEEAEB color CMYK value is (12,0,0,8).

  • cyan value is 12.34%
  • magenta value is 0.43%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(12,0,0,8)
C12M0Y0K8 
(12%,0%,0%,8%)
(0.12/0.00/0.00/0.08)	

CMYK percentages

%12.34
%0.43
%0
%7.84

Codes

Color #CEEAEB in popluar color models

CEEAEB
RGB206234235
HSL182°42.03%86.47%
HSB/HSV182°12.34%92.16%
CMYK12.34%0.43%0.00%
7.84%

Color #CEEAEB in popluar number systems.

HEXCEEAEB
Decimal206234235
Binary110011101110101011101011
Octal316352353

Shades and tints

Shades of #CEEAEB

#CEEAEB
(206,234,235)
#BCD5D6
(188,213,214)
#AAC0C1
(170,192,193)
#98ABAC
(152,171,172)
#869697
(134,150,151)
#748182
(116,129,130)
#626C6D
(98,108,109)
#505758
(80,87,88)
#3E4243
(62,66,67)
#2C2D2E
(44,45,46)
#1A1819
(26,24,25)
#000000
(0,0,0)

Tints of #CEEAEB

#CEEAEB
(206,234,235)
#D2EBEC
(210,235,236)
#D6ECED
(214,236,237)
#DAEDEE
(218,237,238)
#DEEEEF
(222,238,239)
#E2EFF0
(226,239,240)
#E6F0F1
(230,240,241)
#EAF1F2
(234,241,242)
#EEF2F3
(238,242,243)
#F2F3F4
(242,243,244)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEEAEB; }

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

This text font color is #CEEAEB.


Background Color

.myBgColor { background-color: #CEEAEB; }

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

This div background color is #CEEAEB.


Border color

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

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

This div border color is #CEEAEB.


Opacity

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

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

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

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

This text has shadow with #CEEAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEEAEB on black background.


Color preview on white background

This text has color #CEEAEB on white background.



Black color preview on #CEEAEB background

This text has black color on #CEEAEB background.


White color preview on #CEEAEB background

This text has white color on #CEEAEB background.