COLOR #CBDBF1

HEX: #CBDBF1
RGB: (203,219,241)

Color info

#CBDBF1 contains red, green and blue colors in about the same proportion. Web safe color of #CBDBF1 is #CCCCFF (or #CCF).

RGB color model

#CBDBF1 color RGB value is (203,219,241).

  • red value is 203;
  • green value is 219;
  • blue value is 241.
RGB:
(203,219,241)
(80%,86%,95%)

RGB channels and saturation

R 203 of 255 = 80%
G 219 of 255 = 86%
B 241 of 255 = 95%

203
219
241

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

Portions of RGB colors in percentages

R + G + B =
203 + 219 + 241 = 663 (100%)
R 203 of 663 ~ 30.62%
G 219 of 663 ~ 33.03%
B 241 of 663 ~ 36.35%

%30.62
%33.03
%36.35

CMYK color model

#CBDBF1 color CMYK value is (16,9,0,5).

  • cyan value is 15.77%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(16,9,0,5)
C16M9Y0K5 
(16%,9%,0%,5%)
(0.16/0.09/0.00/0.05)	

CMYK percentages

%15.77
%9.13
%0
%5.49

Codes

Color #CBDBF1 in popluar color models

CBDBF1
RGB203219241
HSL215°57.58%87.06%
HSB/HSV215°15.77%94.51%
CMYK15.77%9.13%0.00%
5.49%

Color #CBDBF1 in popluar number systems.

HEXCBDBF1
Decimal203219241
Binary110010111101101111110001
Octal313333361

Shades and tints

Shades of #CBDBF1

#CBDBF1
(203,219,241)
#B9C8DC
(185,200,220)
#A7B5C7
(167,181,199)
#95A2B2
(149,162,178)
#838F9D
(131,143,157)
#717C88
(113,124,136)
#5F6973
(95,105,115)
#4D565E
(77,86,94)
#3B4349
(59,67,73)
#293034
(41,48,52)
#171D1F
(23,29,31)
#000000
(0,0,0)

Tints of #CBDBF1

#CBDBF1
(203,219,241)
#CFDEF2
(207,222,242)
#D3E1F3
(211,225,243)
#D7E4F4
(215,228,244)
#DBE7F5
(219,231,245)
#DFEAF6
(223,234,246)
#E3EDF7
(227,237,247)
#E7F0F8
(231,240,248)
#EBF3F9
(235,243,249)
#EFF6FA
(239,246,250)
#F3F9FB
(243,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBDBF1 color. Also use rgb(203,219,241) instead hex code.

Text Font Color

.myTextColor { color: #CBDBF1; }

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

This text font color is #CBDBF1.


Background Color

.myBgColor { background-color: #CBDBF1; }

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

This div background color is #CBDBF1.


Border color

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

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

This div border color is #CBDBF1.


Opacity

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

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

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

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

This text has shadow with #CBDBF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBDBF1 on black background.


Color preview on white background

This text has color #CBDBF1 on white background.



Black color preview on #CBDBF1 background

This text has black color on #CBDBF1 background.


White color preview on #CBDBF1 background

This text has white color on #CBDBF1 background.