COLOR #CBEBF9

HEX: #CBEBF9 RGB: (203,235,249)

Color info

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

RGB color model

#CBEBF9 color RGB value is (203,235,249).

RGB: (203,235,249) (80%, 92%, 98%)

RGB channels and saturation

R 203 of 255 = 80%
G 235 of 255 = 92%
B 249 of 255 = 98%

203
235
249

R + G + B ~ 90%. #CBEBF9 is light color.

Portions of RGB colors in percentages

R + G + B = 203 + 235 + 249 = 687 (100%)
R 203 of 687 ~ 29.55%
G 235 of 687 ~ 34.21%
B 249 of 687 ~ 36.24'%

%29.55
%34.21
%36.24

CMYK color model

#CBEBF9 color CMYK value is (18,6,0,2).

  • cyan value is 18.47%
  • magenta value is 5.62%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (18,6,0,2)
C18M6Y0K2 (18%, 6%, 0%, 2%)
(0.18 / 0.06 / 0.00 / 0.02)

CMYK percentages

%18.47
%5.62
%0
%2.35

Codes

Color #CBEBF9 in popluar color models

CB EB F9
RGB 203 235 249
HSL 198° 79.31% 88.63%
HSB/HSV 198° 18.47% 97.65%
CMYK 18.47% 5.62% 0.00%
2.35%

Color #CBEBF9 in popluar number systems.

HEX CB EB F9
Decimal 203 235 249
Binary 11001011 11101011 11111001
Octal 313 353 371

Shades and tints

Shades of #CBEBF9

#CBEBF9
(203,235,249)
#B9D6E3
(185,214,227)
#A7C1CD
(167,193,205)
#95ACB7
(149,172,183)
#8397A1
(131,151,161)
#71828B
(113,130,139)
#5F6D75
(95,109,117)
#4D585F
(77,88,95)
#3B4349
(59,67,73)
#292E33
(41,46,51)
#17191D
(23,25,29)
#000000
(0,0,0)

Tints of #CBEBF9

#CBEBF9
(203,235,249)
#CFECF9
(207,236,249)
#D3EDF9
(211,237,249)
#D7EEF9
(215,238,249)
#DBEFF9
(219,239,249)
#DFF0F9
(223,240,249)
#E3F1F9
(227,241,249)
#E7F2F9
(231,242,249)
#EBF3F9
(235,243,249)
#EFF4F9
(239,244,249)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBEBF9 color. Also use rgb(203,235,249) instead hex code.

Text Font Color

.myTextColor { color: #CBEBF9; }

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

This text font color is #CBEBF9.

Background Color

.myBgColor { background-color: #CBEBF9; }

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

This div background color is #CBEBF9.

Border color

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

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

This div border color is #CBEBF9.

Opacity

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

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

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

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

This text has shadow with #CBEBF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBEBF9.

Preview

Color preview on black background

This text has color #CBEBF9 on black background.


Color preview on white background

This text has color #CBEBF9 on white background.


Black color preview on #CBEBF9 background

This text has black color on #CBEBF9 background.


White color preview on #CBEBF9 background

This text has white color on #CBEBF9 background.


Related colors

Complementary color

Complementary color for #hex is #341406.


I love getcolorcode.com

Triadic colors

1 #F9CBEB and #EBF9CB with #CBEBF9 are triadic colors.

2 #F9EBCB and #EBCBF9 with #CBEBF9 are triadic colors.