COLOR #C7D2ED

HEX: #C7D2ED
RGB: (199,210,237)

Renk bilgisi

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

RGB renk modeli

#C7D2ED color RGB value is (199,210,237).

  • kırmız ton 199;
  • yeşil ton 210;
  • mavi ton 237.
RGB:
(199,210,237)
(78%,82%,93%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 210 of 255 = 82%
B 237 of 255 = 93%

199
210
237

R + G + B ~ 84%. #C7D2ED is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 210 + 237 = 646 (100%)
R 199 of 646 ~ 30.8%
G 210 of 646 ~ 32.51%
B 237 of 646 ~ 36.69%

%30.8
%32.51
%36.69

CMYK RENK MODELİ

#C7D2ED rengi CMYK tonu (16,11,0,7).

  • camgöbeği tonu 16.03%
  • eflatun tonu 11.39%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(16,11,0,7)
C16M11Y0K7 
(16%,11%,0%,7%)
(0.16/0.11/0.00/0.07)	

CMYK yüzdeleri

%16.03
%11.39
%0
%7.06

Codes

Color #C7D2ED in popluar color models

C7D2ED
RGB199210237
HSL223°51.35%85.49%
HSB/HSV223°16.03%92.94%
CMYK16.03%11.39%0.00%
7.06%

Color #C7D2ED in popluar number systems.

HEXC7D2ED
Decimal199210237
Binary110001111101001011101101
Octal307322355

Shades and tints

Shades of #C7D2ED

#C7D2ED
(199,210,237)
#B5BFD8
(181,191,216)
#A3ACC3
(163,172,195)
#9199AE
(145,153,174)
#7F8699
(127,134,153)
#6D7384
(109,115,132)
#5B606F
(91,96,111)
#494D5A
(73,77,90)
#373A45
(55,58,69)
#252730
(37,39,48)
#13141B
(19,20,27)
#000000
(0,0,0)

Tints of #C7D2ED

#C7D2ED
(199,210,237)
#CCD6EE
(204,214,238)
#D1DAEF
(209,218,239)
#D6DEF0
(214,222,240)
#DBE2F1
(219,226,241)
#E0E6F2
(224,230,242)
#E5EAF3
(229,234,243)
#EAEEF4
(234,238,244)
#EFF2F5
(239,242,245)
#F4F6F6
(244,246,246)
#F9FAF7
(249,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D2ED color. Also use rgb(199,210,237) instead hex code.

Text Font Color

.myTextColor { color: #C7D2ED; }

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

This text font color is #C7D2ED.


Background Color

.myBgColor { background-color: #C7D2ED; }

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

This div background color is #C7D2ED.


Border color

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

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

This div border color is #C7D2ED.


Opacity

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

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

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

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

This text has shadow with #C7D2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D2ED on black background.


Color preview on white background

This text has color #C7D2ED on white background.



Black color preview on #C7D2ED background

This text has black color on #C7D2ED background.


White color preview on #C7D2ED background

This text has white color on #C7D2ED background.