COLOR #C7E6D9

HEX: #C7E6D9
RGB: (199,230,217)

Renk bilgisi

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

RGB renk modeli

#C7E6D9 color RGB value is (199,230,217).

  • kırmız ton 199;
  • yeşil ton 230;
  • mavi ton 217.
RGB:
(199,230,217)
(78%,90%,85%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 230 of 255 = 90%
B 217 of 255 = 85%

199
230
217

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 230 + 217 = 646 (100%)
R 199 of 646 ~ 30.8%
G 230 of 646 ~ 35.6%
B 217 of 646 ~ 33.59%

%30.8
%35.6
%33.59

CMYK RENK MODELİ

#C7E6D9 rengi CMYK tonu (13,0,6,10).

  • camgöbeği tonu 13.48%
  • eflatun tonu 0.00%
  • sarı tonu 5.65%
  • ana renk tonu 9.80%
CMYK:
(13,0,6,10)
C13M0Y6K10 
(13%,0%,6%,10%)
(0.13/0.00/0.06/0.10)	

CMYK yüzdeleri

%13.48
%0
%5.65
%9.8

Codes

Color #C7E6D9 in popluar color models

C7E6D9
RGB199230217
HSL155°38.27%84.12%
HSB/HSV155°13.48%90.20%
CMYK13.48%0.00%5.65%
9.80%

Color #C7E6D9 in popluar number systems.

HEXC7E6D9
Decimal199230217
Binary110001111110011011011001
Octal307346331

Shades and tints

Shades of #C7E6D9

#C7E6D9
(199,230,217)
#B5D2C6
(181,210,198)
#A3BEB3
(163,190,179)
#91AAA0
(145,170,160)
#7F968D
(127,150,141)
#6D827A
(109,130,122)
#5B6E67
(91,110,103)
#495A54
(73,90,84)
#374641
(55,70,65)
#25322E
(37,50,46)
#131E1B
(19,30,27)
#000000
(0,0,0)

Tints of #C7E6D9

#C7E6D9
(199,230,217)
#CCE8DC
(204,232,220)
#D1EADF
(209,234,223)
#D6ECE2
(214,236,226)
#DBEEE5
(219,238,229)
#E0F0E8
(224,240,232)
#E5F2EB
(229,242,235)
#EAF4EE
(234,244,238)
#EFF6F1
(239,246,241)
#F4F8F4
(244,248,244)
#F9FAF7
(249,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E6D9 color. Also use rgb(199,230,217) instead hex code.

Text Font Color

.myTextColor { color: #C7E6D9; }

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

This text font color is #C7E6D9.


Background Color

.myBgColor { background-color: #C7E6D9; }

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

This div background color is #C7E6D9.


Border color

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

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

This div border color is #C7E6D9.


Opacity

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

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

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

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

This text has shadow with #C7E6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E6D9 on black background.


Color preview on white background

This text has color #C7E6D9 on white background.



Black color preview on #C7E6D9 background

This text has black color on #C7E6D9 background.


White color preview on #C7E6D9 background

This text has white color on #C7E6D9 background.