COLOR #C7C8DD

HEX: #C7C8DD RGB: (199,200,221)

Color info

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

RGB color model

#C7C8DD color RGB value is (199,200,221).

RGB: (199,200,221) (78%, 78%, 87%)

RGB channels and saturation

R 199 of 255 = 78%
G 200 of 255 = 78%
B 221 of 255 = 87%

199
200
221

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

Portions of RGB colors in percentages

R + G + B = 199 + 200 + 221 = 620 (100%)
R 199 of 620 ~ 32.1%
G 200 of 620 ~ 32.26%
B 221 of 620 ~ 35.65'%

%32.1
%32.26
%35.65

CMYK color model

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

  • cyan value is 9.95%
  • magenta value is 9.50%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (10,10,0,13)
C10M10Y0K13 (10%, 10%, 0%, 13%)
(0.10 / 0.10 / 0.00 / 0.13)

CMYK percentages

%9.95
%9.5
%0
%13.33

Codes

Color #C7C8DD in popluar color models

C7 C8 DD
RGB 199 200 221
HSL 237° 24.44% 82.35%
HSB/HSV 237° 9.95% 86.67%
CMYK 9.95% 9.50% 0.00%
13.33%

Color #C7C8DD in popluar number systems.

HEX C7 C8 DD
Decimal 199 200 221
Binary 11000111 11001000 11011101
Octal 307 310 335

Shades and tints

Shades of #C7C8DD

#C7C8DD
(199,200,221)
#B5B6C9
(181,182,201)
#A3A4B5
(163,164,181)
#9192A1
(145,146,161)
#7F808D
(127,128,141)
#6D6E79
(109,110,121)
#5B5C65
(91,92,101)
#494A51
(73,74,81)
#37383D
(55,56,61)
#252629
(37,38,41)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #C7C8DD

#C7C8DD
(199,200,221)
#CCCDE0
(204,205,224)
#D1D2E3
(209,210,227)
#D6D7E6
(214,215,230)
#DBDCE9
(219,220,233)
#E0E1EC
(224,225,236)
#E5E6EF
(229,230,239)
#EAEBF2
(234,235,242)
#EFF0F5
(239,240,245)
#F4F5F8
(244,245,248)
#F9FAFB
(249,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C8DD color. Also use rgb(199,200,221) instead hex code.

Text Font Color

.myTextColor { color: #C7C8DD; }

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

This text font color is #C7C8DD.

Background Color

.myBgColor { background-color: #C7C8DD; }

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

This div background color is #C7C8DD.

Border color

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

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

This div border color is #C7C8DD.

Opacity

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

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

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

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

This text has shadow with #C7C8DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C8DD.

Preview

Color preview on black background

This text has color #C7C8DD on black background.


Color preview on white background

This text has color #C7C8DD on white background.


Black color preview on #C7C8DD background

This text has black color on #C7C8DD background.


White color preview on #C7C8DD background

This text has white color on #C7C8DD background.


Related colors

Complementary color

Complementary color for #hex is #383722.


I love getcolorcode.com

Triadic colors

1 #DDC7C8 and #C8DDC7 with #C7C8DD are triadic colors.

2 #DDC8C7 and #C8C7DD with #C7C8DD are triadic colors.