COLOR #C7D6EB

HEX: #C7D6EB
RGB: (199,214,235)

Renk bilgisi

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

RGB renk modeli

#C7D6EB color RGB value is (199,214,235).

  • kırmız ton 199;
  • yeşil ton 214;
  • mavi ton 235.
RGB:
(199,214,235)
(78%,84%,92%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 214 of 255 = 84%
B 235 of 255 = 92%

199
214
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 214 + 235 = 648 (100%)
R 199 of 648 ~ 30.71%
G 214 of 648 ~ 33.02%
B 235 of 648 ~ 36.27%

%30.71
%33.02
%36.27

CMYK RENK MODELİ

#C7D6EB rengi CMYK tonu (15,9,0,8).

  • camgöbeği tonu 15.32%
  • eflatun tonu 8.94%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(15,9,0,8)
C15M9Y0K8 
(15%,9%,0%,8%)
(0.15/0.09/0.00/0.08)	

CMYK yüzdeleri

%15.32
%8.94
%0
%7.84

Codes

Color #C7D6EB in popluar color models

C7D6EB
RGB199214235
HSL215°47.37%85.10%
HSB/HSV215°15.32%92.16%
CMYK15.32%8.94%0.00%
7.84%

Color #C7D6EB in popluar number systems.

HEXC7D6EB
Decimal199214235
Binary110001111101011011101011
Octal307326353

Shades and tints

Shades of #C7D6EB

#C7D6EB
(199,214,235)
#B5C3D6
(181,195,214)
#A3B0C1
(163,176,193)
#919DAC
(145,157,172)
#7F8A97
(127,138,151)
#6D7782
(109,119,130)
#5B646D
(91,100,109)
#495158
(73,81,88)
#373E43
(55,62,67)
#252B2E
(37,43,46)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #C7D6EB

#C7D6EB
(199,214,235)
#CCD9EC
(204,217,236)
#D1DCED
(209,220,237)
#D6DFEE
(214,223,238)
#DBE2EF
(219,226,239)
#E0E5F0
(224,229,240)
#E5E8F1
(229,232,241)
#EAEBF2
(234,235,242)
#EFEEF3
(239,238,243)
#F4F1F4
(244,241,244)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D6EB color. Also use rgb(199,214,235) instead hex code.

Text Font Color

.myTextColor { color: #C7D6EB; }

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

This text font color is #C7D6EB.


Background Color

.myBgColor { background-color: #C7D6EB; }

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

This div background color is #C7D6EB.


Border color

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

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

This div border color is #C7D6EB.


Opacity

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

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

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

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

This text has shadow with #C7D6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D6EB on black background.


Color preview on white background

This text has color #C7D6EB on white background.



Black color preview on #C7D6EB background

This text has black color on #C7D6EB background.


White color preview on #C7D6EB background

This text has white color on #C7D6EB background.