COLOR #C3DBE6

HEX: #C3DBE6
RGB: (195,219,230)

Color info

#C3DBE6 contains red, green and blue colors in about the same proportion. Web safe color of #C3DBE6 is #CCCCCC (or #CCC).

RGB color model

#C3DBE6 color RGB value is (195,219,230).

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

RGB channels and saturation

R 195 of 255 = 76%
G 219 of 255 = 86%
B 230 of 255 = 90%

195
219
230

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

Portions of RGB colors in percentages

R + G + B =
195 + 219 + 230 = 644 (100%)
R 195 of 644 ~ 30.28%
G 219 of 644 ~ 34.01%
B 230 of 644 ~ 35.71%

%30.28
%34.01
%35.71

CMYK color model

#C3DBE6 color CMYK value is (15,5,0,10).

  • cyan value is 15.22%
  • magenta value is 4.78%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(15,5,0,10)
C15M5Y0K10 
(15%,5%,0%,10%)
(0.15/0.05/0.00/0.10)	

CMYK percentages

%15.22
%4.78
%0
%9.8

Codes

Color #C3DBE6 in popluar color models

C3DBE6
RGB195219230
HSL199°41.18%83.33%
HSB/HSV199°15.22%90.20%
CMYK15.22%4.78%0.00%
9.80%

Color #C3DBE6 in popluar number systems.

HEXC3DBE6
Decimal195219230
Binary110000111101101111100110
Octal303333346

Shades and tints

Shades of #C3DBE6

#C3DBE6
(195,219,230)
#B2C8D2
(178,200,210)
#A1B5BE
(161,181,190)
#90A2AA
(144,162,170)
#7F8F96
(127,143,150)
#6E7C82
(110,124,130)
#5D696E
(93,105,110)
#4C565A
(76,86,90)
#3B4346
(59,67,70)
#2A3032
(42,48,50)
#191D1E
(25,29,30)
#000000
(0,0,0)

Tints of #C3DBE6

#C3DBE6
(195,219,230)
#C8DEE8
(200,222,232)
#CDE1EA
(205,225,234)
#D2E4EC
(210,228,236)
#D7E7EE
(215,231,238)
#DCEAF0
(220,234,240)
#E1EDF2
(225,237,242)
#E6F0F4
(230,240,244)
#EBF3F6
(235,243,246)
#F0F6F8
(240,246,248)
#F5F9FA
(245,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3DBE6; }

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

This text font color is #C3DBE6.


Background Color

.myBgColor { background-color: #C3DBE6; }

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

This div background color is #C3DBE6.


Border color

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

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

This div border color is #C3DBE6.


Opacity

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

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

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

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

This text has shadow with #C3DBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3DBE6 on black background.


Color preview on white background

This text has color #C3DBE6 on white background.



Black color preview on #C3DBE6 background

This text has black color on #C3DBE6 background.


White color preview on #C3DBE6 background

This text has white color on #C3DBE6 background.