COLOR #C7CBDF

HEX: #C7CBDF RGB: (199,203,223)

Color info

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

RGB color model

#C7CBDF color RGB value is (199,203,223).

RGB: (199,203,223) (78%, 80%, 87%)

RGB channels and saturation

R 199 of 255 = 78%
G 203 of 255 = 80%
B 223 of 255 = 87%

199
203
223

R + G + B ~ 82%. #C7CBDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 203 + 223 = 625 (100%)
R 199 of 625 ~ 31.84%
G 203 of 625 ~ 32.48%
B 223 of 625 ~ 35.68'%

%31.84
%32.48
%35.68

CMYK color model

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

  • cyan value is 10.76%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (11,9,0,13)
C11M9Y0K13 (11%, 9%, 0%, 13%)
(0.11 / 0.09 / 0.00 / 0.13)

CMYK percentages

%10.76
%8.97
%0
%12.55

Codes

Color #C7CBDF in popluar color models

C7 CB DF
RGB 199 203 223
HSL 230° 27.27% 82.75%
HSB/HSV 230° 10.76% 87.45%
CMYK 10.76% 8.97% 0.00%
12.55%

Color #C7CBDF in popluar number systems.

HEX C7 CB DF
Decimal 199 203 223
Binary 11000111 11001011 11011111
Octal 307 313 337

Shades and tints

Shades of #C7CBDF

#C7CBDF
(199,203,223)
#B5B9CB
(181,185,203)
#A3A7B7
(163,167,183)
#9195A3
(145,149,163)
#7F838F
(127,131,143)
#6D717B
(109,113,123)
#5B5F67
(91,95,103)
#494D53
(73,77,83)
#373B3F
(55,59,63)
#25292B
(37,41,43)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #C7CBDF

#C7CBDF
(199,203,223)
#CCCFE1
(204,207,225)
#D1D3E3
(209,211,227)
#D6D7E5
(214,215,229)
#DBDBE7
(219,219,231)
#E0DFE9
(224,223,233)
#E5E3EB
(229,227,235)
#EAE7ED
(234,231,237)
#EFEBEF
(239,235,239)
#F4EFF1
(244,239,241)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CBDF; }

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

This text font color is #C7CBDF.

Background Color

.myBgColor { background-color: #C7CBDF; }

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

This div background color is #C7CBDF.

Border color

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

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

This div border color is #C7CBDF.

Opacity

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

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

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

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

This text has shadow with #C7CBDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CBDF.

Preview

Color preview on black background

This text has color #C7CBDF on black background.


Color preview on white background

This text has color #C7CBDF on white background.


Black color preview on #C7CBDF background

This text has black color on #C7CBDF background.


White color preview on #C7CBDF background

This text has white color on #C7CBDF background.


Related colors

Complementary color

Complementary color for #hex is #383420.


I love getcolorcode.com

Triadic colors

1 #DFC7CB and #CBDFC7 with #C7CBDF are triadic colors.

2 #DFCBC7 and #CBC7DF with #C7CBDF are triadic colors.