COLOR #C7D9EC

HEX: #C7D9EC
RGB: (199,217,236)

Renk bilgisi

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

RGB renk modeli

#C7D9EC color RGB value is (199,217,236).

  • kırmız ton 199;
  • yeşil ton 217;
  • mavi ton 236.
RGB:
(199,217,236)
(78%,85%,93%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 217 of 255 = 85%
B 236 of 255 = 93%

199
217
236

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 217 + 236 = 652 (100%)
R 199 of 652 ~ 30.52%
G 217 of 652 ~ 33.28%
B 236 of 652 ~ 36.2%

%30.52
%33.28
%36.2

CMYK RENK MODELİ

#C7D9EC rengi CMYK tonu (16,8,0,7).

  • camgöbeği tonu 15.68%
  • eflatun tonu 8.05%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(16,8,0,7)
C16M8Y0K7 
(16%,8%,0%,7%)
(0.16/0.08/0.00/0.07)	

CMYK yüzdeleri

%15.68
%8.05
%0
%7.45

Codes

Color #C7D9EC in popluar color models

C7D9EC
RGB199217236
HSL211°49.33%85.29%
HSB/HSV211°15.68%92.55%
CMYK15.68%8.05%0.00%
7.45%

Color #C7D9EC in popluar number systems.

HEXC7D9EC
Decimal199217236
Binary110001111101100111101100
Octal307331354

Shades and tints

Shades of #C7D9EC

#C7D9EC
(199,217,236)
#B5C6D7
(181,198,215)
#A3B3C2
(163,179,194)
#91A0AD
(145,160,173)
#7F8D98
(127,141,152)
#6D7A83
(109,122,131)
#5B676E
(91,103,110)
#495459
(73,84,89)
#374144
(55,65,68)
#252E2F
(37,46,47)
#131B1A
(19,27,26)
#000000
(0,0,0)

Tints of #C7D9EC

#C7D9EC
(199,217,236)
#CCDCED
(204,220,237)
#D1DFEE
(209,223,238)
#D6E2EF
(214,226,239)
#DBE5F0
(219,229,240)
#E0E8F1
(224,232,241)
#E5EBF2
(229,235,242)
#EAEEF3
(234,238,243)
#EFF1F4
(239,241,244)
#F4F4F5
(244,244,245)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D9EC color. Also use rgb(199,217,236) instead hex code.

Text Font Color

.myTextColor { color: #C7D9EC; }

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

This text font color is #C7D9EC.


Background Color

.myBgColor { background-color: #C7D9EC; }

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

This div background color is #C7D9EC.


Border color

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

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

This div border color is #C7D9EC.


Opacity

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

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

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

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

This text has shadow with #C7D9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D9EC on black background.


Color preview on white background

This text has color #C7D9EC on white background.



Black color preview on #C7D9EC background

This text has black color on #C7D9EC background.


White color preview on #C7D9EC background

This text has white color on #C7D9EC background.