COLOR #C7E6C9

HEX: #C7E6C9
RGB: (199,230,201)

Renk bilgisi

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

RGB renk modeli

#C7E6C9 color RGB value is (199,230,201).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 230 of 255 = 90%
B 201 of 255 = 79%

199
230
201

R + G + B ~ 82%. #C7E6C9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 230 + 201 = 630 (100%)
R 199 of 630 ~ 31.59%
G 230 of 630 ~ 36.51%
B 201 of 630 ~ 31.9%

%31.59
%36.51
%31.9

CMYK RENK MODELİ

#C7E6C9 rengi CMYK tonu (13,0,13,10).

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

CMYK yüzdeleri

%13.48
%0
%12.61
%9.8

Codes

Color #C7E6C9 in popluar color models

C7E6C9
RGB199230201
HSL124°38.27%84.12%
HSB/HSV124°13.48%90.20%
CMYK13.48%0.00%12.61%
9.80%

Color #C7E6C9 in popluar number systems.

HEXC7E6C9
Decimal199230201
Binary110001111110011011001001
Octal307346311

Shades and tints

Shades of #C7E6C9

#C7E6C9
(199,230,201)
#B5D2B7
(181,210,183)
#A3BEA5
(163,190,165)
#91AA93
(145,170,147)
#7F9681
(127,150,129)
#6D826F
(109,130,111)
#5B6E5D
(91,110,93)
#495A4B
(73,90,75)
#374639
(55,70,57)
#253227
(37,50,39)
#131E15
(19,30,21)
#000000
(0,0,0)

Tints of #C7E6C9

#C7E6C9
(199,230,201)
#CCE8CD
(204,232,205)
#D1EAD1
(209,234,209)
#D6ECD5
(214,236,213)
#DBEED9
(219,238,217)
#E0F0DD
(224,240,221)
#E5F2E1
(229,242,225)
#EAF4E5
(234,244,229)
#EFF6E9
(239,246,233)
#F4F8ED
(244,248,237)
#F9FAF1
(249,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E6C9; }

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

This text font color is #C7E6C9.


Background Color

.myBgColor { background-color: #C7E6C9; }

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

This div background color is #C7E6C9.


Border color

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

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

This div border color is #C7E6C9.


Opacity

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

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

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

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

This text has shadow with #C7E6C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E6C9 on black background.


Color preview on white background

This text has color #C7E6C9 on white background.



Black color preview on #C7E6C9 background

This text has black color on #C7E6C9 background.


White color preview on #C7E6C9 background

This text has white color on #C7E6C9 background.