COLOR #C7C2DE

HEX: #C7C2DE RGB: (199,194,222)

Color info

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

RGB color model

#C7C2DE color RGB value is (199,194,222).

RGB: (199,194,222) (78%, 76%, 87%)

RGB channels and saturation

R 199 of 255 = 78%
G 194 of 255 = 76%
B 222 of 255 = 87%

199
194
222

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

Portions of RGB colors in percentages

R + G + B = 199 + 194 + 222 = 615 (100%)
R 199 of 615 ~ 32.36%
G 194 of 615 ~ 31.54%
B 222 of 615 ~ 36.1'%

%32.36
%31.54
%36.1

CMYK color model

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

  • cyan value is 10.36%
  • magenta value is 12.61%
  • yellow value is 0.00%
  • key color value is 12.94%

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

CMYK percentages

%10.36
%12.61
%0
%12.94

Codes

Color #C7C2DE in popluar color models

C7 C2 DE
RGB 199 194 222
HSL 251° 29.79% 81.57%
HSB/HSV 251° 12.61% 87.06%
CMYK 10.36% 12.61% 0.00%
12.94%

Color #C7C2DE in popluar number systems.

HEX C7 C2 DE
Decimal 199 194 222
Binary 11000111 11000010 11011110
Octal 307 302 336

Shades and tints

Shades of #C7C2DE

#C7C2DE
(199,194,222)
#B5B1CA
(181,177,202)
#A3A0B6
(163,160,182)
#918FA2
(145,143,162)
#7F7E8E
(127,126,142)
#6D6D7A
(109,109,122)
#5B5C66
(91,92,102)
#494B52
(73,75,82)
#373A3E
(55,58,62)
#25292A
(37,41,42)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #C7C2DE

#C7C2DE
(199,194,222)
#CCC7E1
(204,199,225)
#D1CCE4
(209,204,228)
#D6D1E7
(214,209,231)
#DBD6EA
(219,214,234)
#E0DBED
(224,219,237)
#E5E0F0
(229,224,240)
#EAE5F3
(234,229,243)
#EFEAF6
(239,234,246)
#F4EFF9
(244,239,249)
#F9F4FC
(249,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C2DE color. Also use rgb(199,194,222) instead hex code.

Text Font Color

.myTextColor { color: #C7C2DE; }

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

This text font color is #C7C2DE.

Background Color

.myBgColor { background-color: #C7C2DE; }

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

This div background color is #C7C2DE.

Border color

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

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

This div border color is #C7C2DE.

Opacity

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

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

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

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

This text has shadow with #C7C2DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C2DE.

Preview

Color preview on black background

This text has color #C7C2DE on black background.


Color preview on white background

This text has color #C7C2DE on white background.


Black color preview on #C7C2DE background

This text has black color on #C7C2DE background.


White color preview on #C7C2DE background

This text has white color on #C7C2DE background.


Related colors

Complementary color

Complementary color for #hex is #383D21.


I love getcolorcode.com

Triadic colors

1 #DEC7C2 and #C2DEC7 with #C7C2DE are triadic colors.

2 #DEC2C7 and #C2C7DE with #C7C2DE are triadic colors.