COLOR #C3DAED

HEX: #C3DAED
RGB: (195,218,237)

Color info

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

RGB color model

#C3DAED color RGB value is (195,218,237).

  • red value is 195;
  • green value is 218;
  • blue value is 237.
RGB:
(195,218,237)
(76%,85%,93%)

RGB channels and saturation

R 195 of 255 = 76%
G 218 of 255 = 85%
B 237 of 255 = 93%

195
218
237

R + G + B ~ 85%. #C3DAED is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 218 + 237 = 650 (100%)
R 195 of 650 ~ 30%
G 218 of 650 ~ 33.54%
B 237 of 650 ~ 36.46%

%30
%33.54
%36.46

CMYK color model

#C3DAED color CMYK value is (18,8,0,7).

  • cyan value is 17.72%
  • magenta value is 8.02%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(18,8,0,7)
C18M8Y0K7 
(18%,8%,0%,7%)
(0.18/0.08/0.00/0.07)	

CMYK percentages

%17.72
%8.02
%0
%7.06

Codes

Color #C3DAED in popluar color models

C3DAED
RGB195218237
HSL207°53.85%84.71%
HSB/HSV207°17.72%92.94%
CMYK17.72%8.02%0.00%
7.06%

Color #C3DAED in popluar number systems.

HEXC3DAED
Decimal195218237
Binary110000111101101011101101
Octal303332355

Shades and tints

Shades of #C3DAED

#C3DAED
(195,218,237)
#B2C7D8
(178,199,216)
#A1B4C3
(161,180,195)
#90A1AE
(144,161,174)
#7F8E99
(127,142,153)
#6E7B84
(110,123,132)
#5D686F
(93,104,111)
#4C555A
(76,85,90)
#3B4245
(59,66,69)
#2A2F30
(42,47,48)
#191C1B
(25,28,27)
#000000
(0,0,0)

Tints of #C3DAED

#C3DAED
(195,218,237)
#C8DDEE
(200,221,238)
#CDE0EF
(205,224,239)
#D2E3F0
(210,227,240)
#D7E6F1
(215,230,241)
#DCE9F2
(220,233,242)
#E1ECF3
(225,236,243)
#E6EFF4
(230,239,244)
#EBF2F5
(235,242,245)
#F0F5F6
(240,245,246)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3DAED color. Also use rgb(195,218,237) instead hex code.

Text Font Color

.myTextColor { color: #C3DAED; }

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

This text font color is #C3DAED.


Background Color

.myBgColor { background-color: #C3DAED; }

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

This div background color is #C3DAED.


Border color

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

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

This div border color is #C3DAED.


Opacity

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

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

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

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

This text has shadow with #C3DAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3DAED on black background.


Color preview on white background

This text has color #C3DAED on white background.



Black color preview on #C3DAED background

This text has black color on #C3DAED background.


White color preview on #C3DAED background

This text has white color on #C3DAED background.