COLOR #CBE8E9

HEX: #CBE8E9
RGB: (203,232,233)

Color info

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

RGB color model

#CBE8E9 color RGB value is (203,232,233).

  • red value is 203;
  • green value is 232;
  • blue value is 233.
RGB:
(203,232,233)
(80%,91%,91%)

RGB channels and saturation

R 203 of 255 = 80%
G 232 of 255 = 91%
B 233 of 255 = 91%

203
232
233

R + G + B ~ 87%. #CBE8E9 is light color.

Portions of RGB colors in percentages

R + G + B =
203 + 232 + 233 = 668 (100%)
R 203 of 668 ~ 30.39%
G 232 of 668 ~ 34.73%
B 233 of 668 ~ 34.88%

%30.39
%34.73
%34.88

CMYK color model

#CBE8E9 color CMYK value is (13,0,0,9).

  • cyan value is 12.88%
  • magenta value is 0.43%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(13,0,0,9)
C13M0Y0K9 
(13%,0%,0%,9%)
(0.13/0.00/0.00/0.09)	

CMYK percentages

%12.88
%0.43
%0
%8.63

Codes

Color #CBE8E9 in popluar color models

CBE8E9
RGB203232233
HSL182°40.54%85.49%
HSB/HSV182°12.88%91.37%
CMYK12.88%0.43%0.00%
8.63%

Color #CBE8E9 in popluar number systems.

HEXCBE8E9
Decimal203232233
Binary110010111110100011101001
Octal313350351

Shades and tints

Shades of #CBE8E9

#CBE8E9
(203,232,233)
#B9D3D4
(185,211,212)
#A7BEBF
(167,190,191)
#95A9AA
(149,169,170)
#839495
(131,148,149)
#717F80
(113,127,128)
#5F6A6B
(95,106,107)
#4D5556
(77,85,86)
#3B4041
(59,64,65)
#292B2C
(41,43,44)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #CBE8E9

#CBE8E9
(203,232,233)
#CFEAEB
(207,234,235)
#D3ECED
(211,236,237)
#D7EEEF
(215,238,239)
#DBF0F1
(219,240,241)
#DFF2F3
(223,242,243)
#E3F4F5
(227,244,245)
#E7F6F7
(231,246,247)
#EBF8F9
(235,248,249)
#EFFAFB
(239,250,251)
#F3FCFD
(243,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBE8E9 color. Also use rgb(203,232,233) instead hex code.

Text Font Color

.myTextColor { color: #CBE8E9; }

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

This text font color is #CBE8E9.


Background Color

.myBgColor { background-color: #CBE8E9; }

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

This div background color is #CBE8E9.


Border color

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

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

This div border color is #CBE8E9.


Opacity

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

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

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

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

This text has shadow with #CBE8E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBE8E9 on black background.


Color preview on white background

This text has color #CBE8E9 on white background.



Black color preview on #CBE8E9 background

This text has black color on #CBE8E9 background.


White color preview on #CBE8E9 background

This text has white color on #CBE8E9 background.