COLOR #C7DCE7

HEX: #C7DCE7
RGB: (199,220,231)

Renk bilgisi

#C7DCE7 contains red, green and blue colors in about the same proportion. #C7DCE7 ‘ nin web güvenlik rengi #CCCCFF (ya da #CCF) dir.

RGB renk modeli

#C7DCE7 color RGB value is (199,220,231).

  • kırmız ton 199;
  • yeşil ton 220;
  • mavi ton 231.
RGB:
(199,220,231)
(78%,86%,91%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 220 of 255 = 86%
B 231 of 255 = 91%

199
220
231

R + G + B ~ 85%. #C7DCE7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 220 + 231 = 650 (100%)
R 199 of 650 ~ 30.62%
G 220 of 650 ~ 33.85%
B 231 of 650 ~ 35.54%

%30.62
%33.85
%35.54

CMYK RENK MODELİ

#C7DCE7 rengi CMYK tonu (14,5,0,9).

  • camgöbeği tonu 13.85%
  • eflatun tonu 4.76%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(14,5,0,9)
C14M5Y0K9 
(14%,5%,0%,9%)
(0.14/0.05/0.00/0.09)	

CMYK yüzdeleri

%13.85
%4.76
%0
%9.41

Codes

Color #C7DCE7 in popluar color models

C7DCE7
RGB199220231
HSL201°40.00%84.31%
HSB/HSV201°13.85%90.59%
CMYK13.85%4.76%0.00%
9.41%

Color #C7DCE7 in popluar number systems.

HEXC7DCE7
Decimal199220231
Binary110001111101110011100111
Octal307334347

Shades and tints

Shades of #C7DCE7

#C7DCE7
(199,220,231)
#B5C8D2
(181,200,210)
#A3B4BD
(163,180,189)
#91A0A8
(145,160,168)
#7F8C93
(127,140,147)
#6D787E
(109,120,126)
#5B6469
(91,100,105)
#495054
(73,80,84)
#373C3F
(55,60,63)
#25282A
(37,40,42)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #C7DCE7

#C7DCE7
(199,220,231)
#CCDFE9
(204,223,233)
#D1E2EB
(209,226,235)
#D6E5ED
(214,229,237)
#DBE8EF
(219,232,239)
#E0EBF1
(224,235,241)
#E5EEF3
(229,238,243)
#EAF1F5
(234,241,245)
#EFF4F7
(239,244,247)
#F4F7F9
(244,247,249)
#F9FAFB
(249,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DCE7; }

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

This text font color is #C7DCE7.


Background Color

.myBgColor { background-color: #C7DCE7; }

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

This div background color is #C7DCE7.


Border color

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

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

This div border color is #C7DCE7.


Opacity

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

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

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

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

This text has shadow with #C7DCE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DCE7 on black background.


Color preview on white background

This text has color #C7DCE7 on white background.



Black color preview on #C7DCE7 background

This text has black color on #C7DCE7 background.


White color preview on #C7DCE7 background

This text has white color on #C7DCE7 background.