COLOR #C7E9DF

HEX: #C7E9DF
RGB: (199,233,223)

Renk bilgisi

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

RGB renk modeli

#C7E9DF color RGB value is (199,233,223).

  • kırmız ton 199;
  • yeşil ton 233;
  • mavi ton 223.
RGB:
(199,233,223)
(78%,91%,87%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 233 of 255 = 91%
B 223 of 255 = 87%

199
233
223

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 233 + 223 = 655 (100%)
R 199 of 655 ~ 30.38%
G 233 of 655 ~ 35.57%
B 223 of 655 ~ 34.05%

%30.38
%35.57
%34.05

CMYK RENK MODELİ

#C7E9DF rengi CMYK tonu (15,0,4,9).

  • camgöbeği tonu 14.59%
  • eflatun tonu 0.00%
  • sarı tonu 4.29%
  • ana renk tonu 8.63%
CMYK:
(15,0,4,9)
C15M0Y4K9 
(15%,0%,4%,9%)
(0.15/0.00/0.04/0.09)	

CMYK yüzdeleri

%14.59
%0
%4.29
%8.63

Codes

Color #C7E9DF in popluar color models

C7E9DF
RGB199233223
HSL162°43.59%84.71%
HSB/HSV162°14.59%91.37%
CMYK14.59%0.00%4.29%
8.63%

Color #C7E9DF in popluar number systems.

HEXC7E9DF
Decimal199233223
Binary110001111110100111011111
Octal307351337

Shades and tints

Shades of #C7E9DF

#C7E9DF
(199,233,223)
#B5D4CB
(181,212,203)
#A3BFB7
(163,191,183)
#91AAA3
(145,170,163)
#7F958F
(127,149,143)
#6D807B
(109,128,123)
#5B6B67
(91,107,103)
#495653
(73,86,83)
#37413F
(55,65,63)
#252C2B
(37,44,43)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #C7E9DF

#C7E9DF
(199,233,223)
#CCEBE1
(204,235,225)
#D1EDE3
(209,237,227)
#D6EFE5
(214,239,229)
#DBF1E7
(219,241,231)
#E0F3E9
(224,243,233)
#E5F5EB
(229,245,235)
#EAF7ED
(234,247,237)
#EFF9EF
(239,249,239)
#F4FBF1
(244,251,241)
#F9FDF3
(249,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E9DF color. Also use rgb(199,233,223) instead hex code.

Text Font Color

.myTextColor { color: #C7E9DF; }

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

This text font color is #C7E9DF.


Background Color

.myBgColor { background-color: #C7E9DF; }

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

This div background color is #C7E9DF.


Border color

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

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

This div border color is #C7E9DF.


Opacity

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

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

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

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

This text has shadow with #C7E9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E9DF on black background.


Color preview on white background

This text has color #C7E9DF on white background.



Black color preview on #C7E9DF background

This text has black color on #C7E9DF background.


White color preview on #C7E9DF background

This text has white color on #C7E9DF background.