COLOR #C7D7EB

HEX: #C7D7EB
RGB: (199,215,235)

Renk bilgisi

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

RGB renk modeli

#C7D7EB color RGB value is (199,215,235).

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

RGB bağlantıları ve doygunluk

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

199
215
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 215 + 235 = 649 (100%)
R 199 of 649 ~ 30.66%
G 215 of 649 ~ 33.13%
B 235 of 649 ~ 36.21%

%30.66
%33.13
%36.21

CMYK RENK MODELİ

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

  • camgöbeği tonu 15.32%
  • eflatun tonu 8.51%
  • 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.51
%0
%7.84

Codes

Color #C7D7EB in popluar color models

C7D7EB
RGB199215235
HSL213°47.37%85.10%
HSB/HSV213°15.32%92.16%
CMYK15.32%8.51%0.00%
7.84%

Color #C7D7EB in popluar number systems.

HEXC7D7EB
Decimal199215235
Binary110001111101011111101011
Octal307327353

Shades and tints

Shades of #C7D7EB

#C7D7EB
(199,215,235)
#B5C4D6
(181,196,214)
#A3B1C1
(163,177,193)
#919EAC
(145,158,172)
#7F8B97
(127,139,151)
#6D7882
(109,120,130)
#5B656D
(91,101,109)
#495258
(73,82,88)
#373F43
(55,63,67)
#252C2E
(37,44,46)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #C7D7EB

#C7D7EB
(199,215,235)
#CCDAEC
(204,218,236)
#D1DDED
(209,221,237)
#D6E0EE
(214,224,238)
#DBE3EF
(219,227,239)
#E0E6F0
(224,230,240)
#E5E9F1
(229,233,241)
#EAECF2
(234,236,242)
#EFEFF3
(239,239,243)
#F4F2F4
(244,242,244)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D7EB; }

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

This text font color is #C7D7EB.


Background Color

.myBgColor { background-color: #C7D7EB; }

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

This div background color is #C7D7EB.


Border color

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

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

This div border color is #C7D7EB.


Opacity

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

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

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

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

This text has shadow with #C7D7EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D7EB on black background.


Color preview on white background

This text has color #C7D7EB on white background.



Black color preview on #C7D7EB background

This text has black color on #C7D7EB background.


White color preview on #C7D7EB background

This text has white color on #C7D7EB background.