COLOR #C2DAEA

HEX: #C2DAEA RGB: (194,218,234)

Color info

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

RGB color model

#C2DAEA color RGB value is (194,218,234).

RGB: (194,218,234) (76%, 85%, 92%)

RGB channels and saturation

R 194 of 255 = 76%
G 218 of 255 = 85%
B 234 of 255 = 92%

194
218
234

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

Portions of RGB colors in percentages

R + G + B = 194 + 218 + 234 = 646 (100%)
R 194 of 646 ~ 30.03%
G 218 of 646 ~ 33.75%
B 234 of 646 ~ 36.22'%

%30.03
%33.75
%36.22

CMYK color model

#C2DAEA color CMYK value is (17,7,0,8).

  • cyan value is 17.09%
  • magenta value is 6.84%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (17,7,0,8) C17M7Y0K8 (17%,7%,0%,8%) (0.17/0.07/0.00/0.08) 

CMYK percentages

%17.09
%6.84
%0
%8.24

Codes

Color #C2DAEA in popluar color models

C2 DA EA
RGB 194 218 234
HSL 204° 48.78% 83.92%
HSB/HSV 204° 17.09% 91.76%
CMYK 17.09% 6.84% 0.00%
8.24%

Color #C2DAEA in popluar number systems.

HEX C2 DA EA
Decimal 194 218 234
Binary 11000010 11011010 11101010
Octal 302 332 352

Shades and tints

Shades of #C2DAEA

#C2DAEA
(194,218,234)
#B1C7D5
(177,199,213)
#A0B4C0
(160,180,192)
#8FA1AB
(143,161,171)
#7E8E96
(126,142,150)
#6D7B81
(109,123,129)
#5C686C
(92,104,108)
#4B5557
(75,85,87)
#3A4242
(58,66,66)
#292F2D
(41,47,45)
#181C18
(24,28,24)
#000000
(0,0,0)

Tints of #C2DAEA

#C2DAEA
(194,218,234)
#C7DDEB
(199,221,235)
#CCE0EC
(204,224,236)
#D1E3ED
(209,227,237)
#D6E6EE
(214,230,238)
#DBE9EF
(219,233,239)
#E0ECF0
(224,236,240)
#E5EFF1
(229,239,241)
#EAF2F2
(234,242,242)
#EFF5F3
(239,245,243)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2DAEA color. Also use rgb(194,218,234) instead hex code.

Text Font Color

.myTextColor { color: #C2DAEA; }

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

This text font color is #C2DAEA.

Background Color

.myBgColor { background-color: #C2DAEA; }

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

This div background color is #C2DAEA.

Border color

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

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

This div border color is #C2DAEA.

Opacity

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

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

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

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

This text has shadow with #C2DAEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2DAEA.

Preview

Color preview on black background

This text has color #C2DAEA on black background.


Color preview on white background

This text has color #C2DAEA on white background.


Black color preview on #C2DAEA background

This text has black color on #C2DAEA background.


White color preview on #C2DAEA background

This text has white color on #C2DAEA background.


Related colors

Complementary color

Complementary color for #hex is #3D2515.


I love getcolorcode.com

Triadic colors

1 #EAC2DA and #DAEAC2 with #C2DAEA are triadic colors.

2 #EADAC2 and #DAC2EA with #C2DAEA are triadic colors.