COLOR #C7CFDC

HEX: #C7CFDC
RGB: (199,207,220)

Color info

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

RGB color model

#C7CFDC color RGB value is (199,207,220).

  • red value is 199;
  • green value is 207;
  • blue value is 220.
RGB: (199,207,220) (78%,81%,86%)

RGB channels and saturation

R 199 of 255 = 78%
G 207 of 255 = 81%
B 220 of 255 = 86%

199
207
220

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

Portions of RGB colors in percentages

R + G + B =
199 + 207 + 220 = 626 (100%)
R 199 of 626 ~ 31.79%
G 207 of 626 ~ 33.07%
B 220 of 626 ~ 35.14%

%31.79
%33.07
%35.14

CMYK color model

#C7CFDC color CMYK value is (10,6,0,14).

  • cyan value is 9.55%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (10,6,0,14) C10M6Y0K14 (10%,6%,0%,14%) (0.10/0.06/0.00/0.14)

CMYK percentages

%9.55
%5.91
%0
%13.73

Codes

Color #C7CFDC in popluar color models

C7CFDC
RGB199207220
HSL217°23.08%82.16%
HSB/HSV217°9.55%86.27%
CMYK9.55%5.91%0.00%
13.73%

Color #C7CFDC in popluar number systems.

HEXC7CFDC
Decimal199207220
Binary110001111100111111011100
Octal307317334

Shades and tints

Shades of #C7CFDC

#C7CFDC
(199,207,220)
#B5BDC8
(181,189,200)
#A3ABB4
(163,171,180)
#9199A0
(145,153,160)
#7F878C
(127,135,140)
#6D7578
(109,117,120)
#5B6364
(91,99,100)
#495150
(73,81,80)
#373F3C
(55,63,60)
#252D28
(37,45,40)
#131B14
(19,27,20)
#000000
(0,0,0)

Tints of #C7CFDC

#C7CFDC
(199,207,220)
#CCD3DF
(204,211,223)
#D1D7E2
(209,215,226)
#D6DBE5
(214,219,229)
#DBDFE8
(219,223,232)
#E0E3EB
(224,227,235)
#E5E7EE
(229,231,238)
#EAEBF1
(234,235,241)
#EFEFF4
(239,239,244)
#F4F3F7
(244,243,247)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CFDC color. Also use rgb(199,207,220) instead hex code.

Text Font Color

.myTextColor { color: #C7CFDC; }

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

This text font color is #C7CFDC.


Background Color

.myBgColor { background-color: #C7CFDC; }

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

This div background color is #C7CFDC.


Border color

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

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

This div border color is #C7CFDC.


Opacity

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

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

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

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

This text has shadow with #C7CFDC color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #C7CFDC; -webkit-box-shadow:	1px 1px 3px 2px #C7CFDC; box-shadow:	1px 1px 3px 2px #C7CFDC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C7CFDC; -webkit-box-shadow: 1px 1px 3px 2px #C7CFDC; box-shadow:1px 1px 3px 2px #C7CFDC;">
Div content here</div>
This div box has shadow with color #C7CFDC.

Preview

Color preview on black background

This text has color #C7CFDC on black background.


Color preview on white background

This text has color #C7CFDC on white background.



Black color preview on #C7CFDC background

This text has black color on #C7CFDC background.


White color preview on #C7CFDC background

This text has white color on #C7CFDC background.