COLOR #C7D3ED

HEX: #C7D3ED
RGB: (199,211,237)

Renk bilgisi

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

RGB renk modeli

#C7D3ED color RGB value is (199,211,237).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 211 of 255 = 83%
B 237 of 255 = 93%

199
211
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 211 + 237 = 647 (100%)
R 199 of 647 ~ 30.76%
G 211 of 647 ~ 32.61%
B 237 of 647 ~ 36.63%

%30.76
%32.61
%36.63

CMYK RENK MODELİ

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

  • camgöbeği tonu 16.03%
  • eflatun tonu 10.97%
  • 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
%10.97
%0
%7.06

Codes

Color #C7D3ED in popluar color models

C7D3ED
RGB199211237
HSL221°51.35%85.49%
HSB/HSV221°16.03%92.94%
CMYK16.03%10.97%0.00%
7.06%

Color #C7D3ED in popluar number systems.

HEXC7D3ED
Decimal199211237
Binary110001111101001111101101
Octal307323355

Shades and tints

Shades of #C7D3ED

#C7D3ED
(199,211,237)
#B5C0D8
(181,192,216)
#A3ADC3
(163,173,195)
#919AAE
(145,154,174)
#7F8799
(127,135,153)
#6D7484
(109,116,132)
#5B616F
(91,97,111)
#494E5A
(73,78,90)
#373B45
(55,59,69)
#252830
(37,40,48)
#13151B
(19,21,27)
#000000
(0,0,0)

Tints of #C7D3ED

#C7D3ED
(199,211,237)
#CCD7EE
(204,215,238)
#D1DBEF
(209,219,239)
#D6DFF0
(214,223,240)
#DBE3F1
(219,227,241)
#E0E7F2
(224,231,242)
#E5EBF3
(229,235,243)
#EAEFF4
(234,239,244)
#EFF3F5
(239,243,245)
#F4F7F6
(244,247,246)
#F9FBF7
(249,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D3ED; }

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

This text font color is #C7D3ED.


Background Color

.myBgColor { background-color: #C7D3ED; }

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

This div background color is #C7D3ED.


Border color

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

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

This div border color is #C7D3ED.


Opacity

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

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

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

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

This text has shadow with #C7D3ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D3ED on black background.


Color preview on white background

This text has color #C7D3ED on white background.



Black color preview on #C7D3ED background

This text has black color on #C7D3ED background.


White color preview on #C7D3ED background

This text has white color on #C7D3ED background.