COLOR #C2C7DF

HEX: #C2C7DF RGB: (194,199,223)

Color info

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

RGB color model

#C2C7DF color RGB value is (194,199,223).

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

RGB channels and saturation

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

194
199
223

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

Portions of RGB colors in percentages

R + G + B = 194 + 199 + 223 = 616 (100%)
R 194 of 616 ~ 31.49%
G 199 of 616 ~ 32.31%
B 223 of 616 ~ 36.2'%

%31.49
%32.31
%36.2

CMYK color model

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

  • cyan value is 13.00%
  • magenta value is 10.76%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (13,11,0,13) C13M11Y0K13 (13%,11%,0%,13%) (0.13/0.11/0.00/0.13) 

CMYK percentages

%13
%10.76
%0
%12.55

Codes

Color #C2C7DF in popluar color models

C2 C7 DF
RGB 194 199 223
HSL 230° 31.18% 81.76%
HSB/HSV 230° 13.00% 87.45%
CMYK 13.00% 10.76% 0.00%
12.55%

Color #C2C7DF in popluar number systems.

HEX C2 C7 DF
Decimal 194 199 223
Binary 11000010 11000111 11011111
Octal 302 307 337

Shades and tints

Shades of #C2C7DF

#C2C7DF
(194,199,223)
#B1B5CB
(177,181,203)
#A0A3B7
(160,163,183)
#8F91A3
(143,145,163)
#7E7F8F
(126,127,143)
#6D6D7B
(109,109,123)
#5C5B67
(92,91,103)
#4B4953
(75,73,83)
#3A373F
(58,55,63)
#29252B
(41,37,43)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #C2C7DF

#C2C7DF
(194,199,223)
#C7CCE1
(199,204,225)
#CCD1E3
(204,209,227)
#D1D6E5
(209,214,229)
#D6DBE7
(214,219,231)
#DBE0E9
(219,224,233)
#E0E5EB
(224,229,235)
#E5EAED
(229,234,237)
#EAEFEF
(234,239,239)
#EFF4F1
(239,244,241)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C7DF; }

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

This text font color is #C2C7DF.

Background Color

.myBgColor { background-color: #C2C7DF; }

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

This div background color is #C2C7DF.

Border color

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

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

This div border color is #C2C7DF.

Opacity

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

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

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

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

This text has shadow with #C2C7DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2C7DF.

Preview

Color preview on black background

This text has color #C2C7DF on black background.


Color preview on white background

This text has color #C2C7DF on white background.


Black color preview on #C2C7DF background

This text has black color on #C2C7DF background.


White color preview on #C2C7DF background

This text has white color on #C2C7DF background.


Related colors

Complementary color

Complementary color for #hex is #3D3820.


I love getcolorcode.com

Triadic colors

1 #DFC2C7 and #C7DFC2 with #C2C7DF are triadic colors.

2 #DFC7C2 and #C7C2DF with #C2C7DF are triadic colors.