COLOR #C5C6DD

HEX: #C5C6DD RGB: (197,198,221)

Color info

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

RGB color model

#C5C6DD color RGB value is (197,198,221).

RGB: (197,198,221) (77%, 78%, 87%)

RGB channels and saturation

R 197 of 255 = 77%
G 198 of 255 = 78%
B 221 of 255 = 87%

197
198
221

R + G + B ~ 81%. #C5C6DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 198 + 221 = 616 (100%)
R 197 of 616 ~ 31.98%
G 198 of 616 ~ 32.14%
B 221 of 616 ~ 35.88'%

%31.98
%32.14
%35.88

CMYK color model

#C5C6DD color CMYK value is (11,10,0,13).

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

CMYK: (11,10,0,13)
C11M10Y0K13 (11%, 10%, 0%, 13%)
(0.11 / 0.10 / 0.00 / 0.13)

CMYK percentages

%10.86
%10.41
%0
%13.33

Codes

Color #C5C6DD in popluar color models

C5 C6 DD
RGB 197 198 221
HSL 238° 26.09% 81.96%
HSB/HSV 238° 10.86% 86.67%
CMYK 10.86% 10.41% 0.00%
13.33%

Color #C5C6DD in popluar number systems.

HEX C5 C6 DD
Decimal 197 198 221
Binary 11000101 11000110 11011101
Octal 305 306 335

Shades and tints

Shades of #C5C6DD

#C5C6DD
(197,198,221)
#B4B4C9
(180,180,201)
#A3A2B5
(163,162,181)
#9290A1
(146,144,161)
#817E8D
(129,126,141)
#706C79
(112,108,121)
#5F5A65
(95,90,101)
#4E4851
(78,72,81)
#3D363D
(61,54,61)
#2C2429
(44,36,41)
#1B1215
(27,18,21)
#000000
(0,0,0)

Tints of #C5C6DD

#C5C6DD
(197,198,221)
#CACBE0
(202,203,224)
#CFD0E3
(207,208,227)
#D4D5E6
(212,213,230)
#D9DAE9
(217,218,233)
#DEDFEC
(222,223,236)
#E3E4EF
(227,228,239)
#E8E9F2
(232,233,242)
#EDEEF5
(237,238,245)
#F2F3F8
(242,243,248)
#F7F8FB
(247,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C6DD; }

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

This text font color is #C5C6DD.

Background Color

.myBgColor { background-color: #C5C6DD; }

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

This div background color is #C5C6DD.

Border color

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

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

This div border color is #C5C6DD.

Opacity

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

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

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

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

This text has shadow with #C5C6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5C6DD.

Preview

Color preview on black background

This text has color #C5C6DD on black background.


Color preview on white background

This text has color #C5C6DD on white background.


Black color preview on #C5C6DD background

This text has black color on #C5C6DD background.


White color preview on #C5C6DD background

This text has white color on #C5C6DD background.


Related colors

Complementary color

Complementary color for #hex is #3A3922.


I love getcolorcode.com

Triadic colors

1 #DDC5C6 and #C6DDC5 with #C5C6DD are triadic colors.

2 #DDC6C5 and #C6C5DD with #C5C6DD are triadic colors.