COLOR #C2DBEA

HEX: #C2DBEA RGB: (194,219,234)

Color info

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

RGB color model

#C2DBEA color RGB value is (194,219,234).

RGB: (194,219,234) (76%, 86%, 92%)

RGB channels and saturation

R 194 of 255 = 76%
G 219 of 255 = 86%
B 234 of 255 = 92%

194
219
234

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

Portions of RGB colors in percentages

R + G + B = 194 + 219 + 234 = 647 (100%)
R 194 of 647 ~ 29.98%
G 219 of 647 ~ 33.85%
B 234 of 647 ~ 36.17'%

%29.98
%33.85
%36.17

CMYK color model

#C2DBEA color CMYK value is (17,6,0,8).

  • cyan value is 17.09%
  • magenta value is 6.41%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (17,6,0,8)
C17M6Y0K8 (17%, 6%, 0%, 8%)
(0.17 / 0.06 / 0.00 / 0.08)

CMYK percentages

%17.09
%6.41
%0
%8.24

Codes

Color #C2DBEA in popluar color models

C2 DB EA
RGB 194 219 234
HSL 203° 48.78% 83.92%
HSB/HSV 203° 17.09% 91.76%
CMYK 17.09% 6.41% 0.00%
8.24%

Color #C2DBEA in popluar number systems.

HEX C2 DB EA
Decimal 194 219 234
Binary 11000010 11011011 11101010
Octal 302 333 352

Shades and tints

Shades of #C2DBEA

#C2DBEA
(194,219,234)
#B1C8D5
(177,200,213)
#A0B5C0
(160,181,192)
#8FA2AB
(143,162,171)
#7E8F96
(126,143,150)
#6D7C81
(109,124,129)
#5C696C
(92,105,108)
#4B5657
(75,86,87)
#3A4342
(58,67,66)
#29302D
(41,48,45)
#181D18
(24,29,24)
#000000
(0,0,0)

Tints of #C2DBEA

#C2DBEA
(194,219,234)
#C7DEEB
(199,222,235)
#CCE1EC
(204,225,236)
#D1E4ED
(209,228,237)
#D6E7EE
(214,231,238)
#DBEAEF
(219,234,239)
#E0EDF0
(224,237,240)
#E5F0F1
(229,240,241)
#EAF3F2
(234,243,242)
#EFF6F3
(239,246,243)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2DBEA; }

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

This text font color is #C2DBEA.

Background Color

.myBgColor { background-color: #C2DBEA; }

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

This div background color is #C2DBEA.

Border color

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

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

This div border color is #C2DBEA.

Opacity

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

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

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

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

This text has shadow with #C2DBEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2DBEA.

Preview

Color preview on black background

This text has color #C2DBEA on black background.


Color preview on white background

This text has color #C2DBEA on white background.


Black color preview on #C2DBEA background

This text has black color on #C2DBEA background.


White color preview on #C2DBEA background

This text has white color on #C2DBEA background.


Related colors

Complementary color

Complementary color for #hex is #3D2415.


I love getcolorcode.com

Triadic colors

1 #EAC2DB and #DBEAC2 with #C2DBEA are triadic colors.

2 #EADBC2 and #DBC2EA with #C2DBEA are triadic colors.