COLOR #C7E4DC

HEX: #C7E4DC
RGB: (199,228,220)

Renk bilgisi

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

RGB renk modeli

#C7E4DC color RGB value is (199,228,220).

  • kırmız ton 199;
  • yeşil ton 228;
  • mavi ton 220.
RGB:
(199,228,220)
(78%,89%,86%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 228 of 255 = 89%
B 220 of 255 = 86%

199
228
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 228 + 220 = 647 (100%)
R 199 of 647 ~ 30.76%
G 228 of 647 ~ 35.24%
B 220 of 647 ~ 34%

%30.76
%35.24
%34

CMYK RENK MODELİ

#C7E4DC rengi CMYK tonu (13,0,4,11).

  • camgöbeği tonu 12.72%
  • eflatun tonu 0.00%
  • sarı tonu 3.51%
  • ana renk tonu 10.59%
CMYK:
(13,0,4,11)
C13M0Y4K11 
(13%,0%,4%,11%)
(0.13/0.00/0.04/0.11)	

CMYK yüzdeleri

%12.72
%0
%3.51
%10.59

Codes

Color #C7E4DC in popluar color models

C7E4DC
RGB199228220
HSL163°34.94%83.73%
HSB/HSV163°12.72%89.41%
CMYK12.72%0.00%3.51%
10.59%

Color #C7E4DC in popluar number systems.

HEXC7E4DC
Decimal199228220
Binary110001111110010011011100
Octal307344334

Shades and tints

Shades of #C7E4DC

#C7E4DC
(199,228,220)
#B5D0C8
(181,208,200)
#A3BCB4
(163,188,180)
#91A8A0
(145,168,160)
#7F948C
(127,148,140)
#6D8078
(109,128,120)
#5B6C64
(91,108,100)
#495850
(73,88,80)
#37443C
(55,68,60)
#253028
(37,48,40)
#131C14
(19,28,20)
#000000
(0,0,0)

Tints of #C7E4DC

#C7E4DC
(199,228,220)
#CCE6DF
(204,230,223)
#D1E8E2
(209,232,226)
#D6EAE5
(214,234,229)
#DBECE8
(219,236,232)
#E0EEEB
(224,238,235)
#E5F0EE
(229,240,238)
#EAF2F1
(234,242,241)
#EFF4F4
(239,244,244)
#F4F6F7
(244,246,247)
#F9F8FA
(249,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E4DC color. Also use rgb(199,228,220) instead hex code.

Text Font Color

.myTextColor { color: #C7E4DC; }

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

This text font color is #C7E4DC.


Background Color

.myBgColor { background-color: #C7E4DC; }

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

This div background color is #C7E4DC.


Border color

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

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

This div border color is #C7E4DC.


Opacity

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

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

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

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

This text has shadow with #C7E4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E4DC on black background.


Color preview on white background

This text has color #C7E4DC on white background.



Black color preview on #C7E4DC background

This text has black color on #C7E4DC background.


White color preview on #C7E4DC background

This text has white color on #C7E4DC background.