COLOR #C2C5DD

HEX: #C2C5DD RGB: (194,197,221)

Color info

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

RGB color model

#C2C5DD color RGB value is (194,197,221).

RGB: (194,197,221) (76%, 77%, 87%)

RGB channels and saturation

R 194 of 255 = 76%
G 197 of 255 = 77%
B 221 of 255 = 87%

194
197
221

R + G + B ~ 80%. #C2C5DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 197 + 221 = 612 (100%)
R 194 of 612 ~ 31.7%
G 197 of 612 ~ 32.19%
B 221 of 612 ~ 36.11'%

%31.7
%32.19
%36.11

CMYK color model

#C2C5DD color CMYK value is (12,11,0,13).

  • cyan value is 12.22%
  • magenta value is 10.86%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (12,11,0,13)
C12M11Y0K13 (12%, 11%, 0%, 13%)
(0.12 / 0.11 / 0.00 / 0.13)

CMYK percentages

%12.22
%10.86
%0
%13.33

Codes

Color #C2C5DD in popluar color models

C2 C5 DD
RGB 194 197 221
HSL 233° 28.42% 81.37%
HSB/HSV 233° 12.22% 86.67%
CMYK 12.22% 10.86% 0.00%
13.33%

Color #C2C5DD in popluar number systems.

HEX C2 C5 DD
Decimal 194 197 221
Binary 11000010 11000101 11011101
Octal 302 305 335

Shades and tints

Shades of #C2C5DD

#C2C5DD
(194,197,221)
#B1B4C9
(177,180,201)
#A0A3B5
(160,163,181)
#8F92A1
(143,146,161)
#7E818D
(126,129,141)
#6D7079
(109,112,121)
#5C5F65
(92,95,101)
#4B4E51
(75,78,81)
#3A3D3D
(58,61,61)
#292C29
(41,44,41)
#181B15
(24,27,21)
#000000
(0,0,0)

Tints of #C2C5DD

#C2C5DD
(194,197,221)
#C7CAE0
(199,202,224)
#CCCFE3
(204,207,227)
#D1D4E6
(209,212,230)
#D6D9E9
(214,217,233)
#DBDEEC
(219,222,236)
#E0E3EF
(224,227,239)
#E5E8F2
(229,232,242)
#EAEDF5
(234,237,245)
#EFF2F8
(239,242,248)
#F4F7FB
(244,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2C5DD color. Also use rgb(194,197,221) instead hex code.

Text Font Color

.myTextColor { color: #C2C5DD; }

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

This text font color is #C2C5DD.

Background Color

.myBgColor { background-color: #C2C5DD; }

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

This div background color is #C2C5DD.

Border color

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

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

This div border color is #C2C5DD.

Opacity

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

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

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

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

This text has shadow with #C2C5DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2C5DD.

Preview

Color preview on black background

This text has color #C2C5DD on black background.


Color preview on white background

This text has color #C2C5DD on white background.


Black color preview on #C2C5DD background

This text has black color on #C2C5DD background.


White color preview on #C2C5DD background

This text has white color on #C2C5DD background.


Related colors

Complementary color

Complementary color for #hex is #3D3A22.


I love getcolorcode.com

Triadic colors

1 #DDC2C5 and #C5DDC2 with #C2C5DD are triadic colors.

2 #DDC5C2 and #C5C2DD with #C2C5DD are triadic colors.