COLOR #C7C3DD

HEX: #C7C3DD RGB: (199,195,221)

Color info

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

RGB color model

#C7C3DD color RGB value is (199,195,221).

RGB: (199,195,221) (78%, 76%, 87%)

RGB channels and saturation

R 199 of 255 = 78%
G 195 of 255 = 76%
B 221 of 255 = 87%

199
195
221

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

Portions of RGB colors in percentages

R + G + B = 199 + 195 + 221 = 615 (100%)
R 199 of 615 ~ 32.36%
G 195 of 615 ~ 31.71%
B 221 of 615 ~ 35.93'%

%32.36
%31.71
%35.93

CMYK color model

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

  • cyan value is 9.95%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (10,12,0,13) C10M12Y0K13 (10%,12%,0%,13%) (0.10/0.12/0.00/0.13) 

CMYK percentages

%9.95
%11.76
%0
%13.33

Codes

Color #C7C3DD in popluar color models

C7 C3 DD
RGB 199 195 221
HSL 249° 27.66% 81.57%
HSB/HSV 249° 11.76% 86.67%
CMYK 9.95% 11.76% 0.00%
13.33%

Color #C7C3DD in popluar number systems.

HEX C7 C3 DD
Decimal 199 195 221
Binary 11000111 11000011 11011101
Octal 307 303 335

Shades and tints

Shades of #C7C3DD

#C7C3DD
(199,195,221)
#B5B2C9
(181,178,201)
#A3A1B5
(163,161,181)
#9190A1
(145,144,161)
#7F7F8D
(127,127,141)
#6D6E79
(109,110,121)
#5B5D65
(91,93,101)
#494C51
(73,76,81)
#373B3D
(55,59,61)
#252A29
(37,42,41)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #C7C3DD

#C7C3DD
(199,195,221)
#CCC8E0
(204,200,224)
#D1CDE3
(209,205,227)
#D6D2E6
(214,210,230)
#DBD7E9
(219,215,233)
#E0DCEC
(224,220,236)
#E5E1EF
(229,225,239)
#EAE6F2
(234,230,242)
#EFEBF5
(239,235,245)
#F4F0F8
(244,240,248)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C3DD; }

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

This text font color is #C7C3DD.

Background Color

.myBgColor { background-color: #C7C3DD; }

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

This div background color is #C7C3DD.

Border color

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

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

This div border color is #C7C3DD.

Opacity

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

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

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

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

This text has shadow with #C7C3DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C3DD.

Preview

Color preview on black background

This text has color #C7C3DD on black background.


Color preview on white background

This text has color #C7C3DD on white background.


Black color preview on #C7C3DD background

This text has black color on #C7C3DD background.


White color preview on #C7C3DD background

This text has white color on #C7C3DD background.


Related colors

Complementary color

Complementary color for #hex is #383C22.


I love getcolorcode.com

Triadic colors

1 #DDC7C3 and #C3DDC7 with #C7C3DD are triadic colors.

2 #DDC3C7 and #C3C7DD with #C7C3DD are triadic colors.