COLOR #C3DBE8

HEX: #C3DBE8
RGB: (195,219,232)

Color info

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

RGB color model

#C3DBE8 color RGB value is (195,219,232).

  • red value is 195;
  • green value is 219;
  • blue value is 232.
RGB:
(195,219,232)
(76%,86%,91%)

RGB channels and saturation

R 195 of 255 = 76%
G 219 of 255 = 86%
B 232 of 255 = 91%

195
219
232

R + G + B ~ 84%. #C3DBE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 219 + 232 = 646 (100%)
R 195 of 646 ~ 30.19%
G 219 of 646 ~ 33.9%
B 232 of 646 ~ 35.91%

%30.19
%33.9
%35.91

CMYK color model

#C3DBE8 color CMYK value is (16,6,0,9).

  • cyan value is 15.95%
  • magenta value is 5.60%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(16,6,0,9)
C16M6Y0K9 
(16%,6%,0%,9%)
(0.16/0.06/0.00/0.09)	

CMYK percentages

%15.95
%5.6
%0
%9.02

Codes

Color #C3DBE8 in popluar color models

C3DBE8
RGB195219232
HSL201°44.58%83.73%
HSB/HSV201°15.95%90.98%
CMYK15.95%5.60%0.00%
9.02%

Color #C3DBE8 in popluar number systems.

HEXC3DBE8
Decimal195219232
Binary110000111101101111101000
Octal303333350

Shades and tints

Shades of #C3DBE8

#C3DBE8
(195,219,232)
#B2C8D3
(178,200,211)
#A1B5BE
(161,181,190)
#90A2A9
(144,162,169)
#7F8F94
(127,143,148)
#6E7C7F
(110,124,127)
#5D696A
(93,105,106)
#4C5655
(76,86,85)
#3B4340
(59,67,64)
#2A302B
(42,48,43)
#191D16
(25,29,22)
#000000
(0,0,0)

Tints of #C3DBE8

#C3DBE8
(195,219,232)
#C8DEEA
(200,222,234)
#CDE1EC
(205,225,236)
#D2E4EE
(210,228,238)
#D7E7F0
(215,231,240)
#DCEAF2
(220,234,242)
#E1EDF4
(225,237,244)
#E6F0F6
(230,240,246)
#EBF3F8
(235,243,248)
#F0F6FA
(240,246,250)
#F5F9FC
(245,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3DBE8 color. Also use rgb(195,219,232) instead hex code.

Text Font Color

.myTextColor { color: #C3DBE8; }

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

This text font color is #C3DBE8.


Background Color

.myBgColor { background-color: #C3DBE8; }

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

This div background color is #C3DBE8.


Border color

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

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

This div border color is #C3DBE8.


Opacity

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

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

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

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

This text has shadow with #C3DBE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3DBE8 on black background.


Color preview on white background

This text has color #C3DBE8 on white background.



Black color preview on #C3DBE8 background

This text has black color on #C3DBE8 background.


White color preview on #C3DBE8 background

This text has white color on #C3DBE8 background.