COLOR #C7E7C2

HEX: #C7E7C2
RGB: (199,231,194)

Renk bilgisi

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

RGB renk modeli

#C7E7C2 color RGB value is (199,231,194).

  • kırmız ton 199;
  • yeşil ton 231;
  • mavi ton 194.
RGB:
(199,231,194)
(78%,91%,76%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 231 of 255 = 91%
B 194 of 255 = 76%

199
231
194

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 231 + 194 = 624 (100%)
R 199 of 624 ~ 31.89%
G 231 of 624 ~ 37.02%
B 194 of 624 ~ 31.09%

%31.89
%37.02
%31.09

CMYK RENK MODELİ

#C7E7C2 rengi CMYK tonu (14,0,16,9).

  • camgöbeği tonu 13.85%
  • eflatun tonu 0.00%
  • sarı tonu 16.02%
  • ana renk tonu 9.41%
CMYK:
(14,0,16,9)
C14M0Y16K9 
(14%,0%,16%,9%)
(0.14/0.00/0.16/0.09)	

CMYK yüzdeleri

%13.85
%0
%16.02
%9.41

Codes

Color #C7E7C2 in popluar color models

C7E7C2
RGB199231194
HSL112°43.53%83.33%
HSB/HSV112°16.02%90.59%
CMYK13.85%0.00%16.02%
9.41%

Color #C7E7C2 in popluar number systems.

HEXC7E7C2
Decimal199231194
Binary110001111110011111000010
Octal307347302

Shades and tints

Shades of #C7E7C2

#C7E7C2
(199,231,194)
#B5D2B1
(181,210,177)
#A3BDA0
(163,189,160)
#91A88F
(145,168,143)
#7F937E
(127,147,126)
#6D7E6D
(109,126,109)
#5B695C
(91,105,92)
#49544B
(73,84,75)
#373F3A
(55,63,58)
#252A29
(37,42,41)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #C7E7C2

#C7E7C2
(199,231,194)
#CCE9C7
(204,233,199)
#D1EBCC
(209,235,204)
#D6EDD1
(214,237,209)
#DBEFD6
(219,239,214)
#E0F1DB
(224,241,219)
#E5F3E0
(229,243,224)
#EAF5E5
(234,245,229)
#EFF7EA
(239,247,234)
#F4F9EF
(244,249,239)
#F9FBF4
(249,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E7C2 color. Also use rgb(199,231,194) instead hex code.

Text Font Color

.myTextColor { color: #C7E7C2; }

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

This text font color is #C7E7C2.


Background Color

.myBgColor { background-color: #C7E7C2; }

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

This div background color is #C7E7C2.


Border color

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

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

This div border color is #C7E7C2.


Opacity

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

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

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

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

This text has shadow with #C7E7C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E7C2 on black background.


Color preview on white background

This text has color #C7E7C2 on white background.



Black color preview on #C7E7C2 background

This text has black color on #C7E7C2 background.


White color preview on #C7E7C2 background

This text has white color on #C7E7C2 background.