COLOR #C2D4EB

HEX: #C2D4EB RGB: (194,212,235)

Color info

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

RGB color model

#C2D4EB color RGB value is (194,212,235).

RGB: (194,212,235) (76%, 83%, 92%)

RGB channels and saturation

R 194 of 255 = 76%
G 212 of 255 = 83%
B 235 of 255 = 92%

194
212
235

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

Portions of RGB colors in percentages

R + G + B = 194 + 212 + 235 = 641 (100%)
R 194 of 641 ~ 30.27%
G 212 of 641 ~ 33.07%
B 235 of 641 ~ 36.66'%

%30.27
%33.07
%36.66

CMYK color model

#C2D4EB color CMYK value is (17,10,0,8).

  • cyan value is 17.45%
  • magenta value is 9.79%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (17,10,0,8)
C17M10Y0K8 (17%, 10%, 0%, 8%)
(0.17 / 0.10 / 0.00 / 0.08)

CMYK percentages

%17.45
%9.79
%0
%7.84

Codes

Color #C2D4EB in popluar color models

C2 D4 EB
RGB 194 212 235
HSL 214° 50.62% 84.12%
HSB/HSV 214° 17.45% 92.16%
CMYK 17.45% 9.79% 0.00%
7.84%

Color #C2D4EB in popluar number systems.

HEX C2 D4 EB
Decimal 194 212 235
Binary 11000010 11010100 11101011
Octal 302 324 353

Shades and tints

Shades of #C2D4EB

#C2D4EB
(194,212,235)
#B1C1D6
(177,193,214)
#A0AEC1
(160,174,193)
#8F9BAC
(143,155,172)
#7E8897
(126,136,151)
#6D7582
(109,117,130)
#5C626D
(92,98,109)
#4B4F58
(75,79,88)
#3A3C43
(58,60,67)
#29292E
(41,41,46)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #C2D4EB

#C2D4EB
(194,212,235)
#C7D7EC
(199,215,236)
#CCDAED
(204,218,237)
#D1DDEE
(209,221,238)
#D6E0EF
(214,224,239)
#DBE3F0
(219,227,240)
#E0E6F1
(224,230,241)
#E5E9F2
(229,233,242)
#EAECF3
(234,236,243)
#EFEFF4
(239,239,244)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2D4EB color. Also use rgb(194,212,235) instead hex code.

Text Font Color

.myTextColor { color: #C2D4EB; }

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

This text font color is #C2D4EB.

Background Color

.myBgColor { background-color: #C2D4EB; }

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

This div background color is #C2D4EB.

Border color

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

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

This div border color is #C2D4EB.

Opacity

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

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

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

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

This text has shadow with #C2D4EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2D4EB.

Preview

Color preview on black background

This text has color #C2D4EB on black background.


Color preview on white background

This text has color #C2D4EB on white background.


Black color preview on #C2D4EB background

This text has black color on #C2D4EB background.


White color preview on #C2D4EB background

This text has white color on #C2D4EB background.


Related colors

Complementary color

Complementary color for #hex is #3D2B14.


I love getcolorcode.com

Triadic colors

1 #EBC2D4 and #D4EBC2 with #C2D4EB are triadic colors.

2 #EBD4C2 and #D4C2EB with #C2D4EB are triadic colors.