COLOR #C7E3AA

HEX: #C7E3AA
RGB: (199,227,170)

Renk bilgisi

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

RGB renk modeli

#C7E3AA color RGB value is (199,227,170).

  • kırmız ton 199;
  • yeşil ton 227;
  • mavi ton 170.
RGB:
(199,227,170)
(78%,89%,67%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 227 of 255 = 89%
B 170 of 255 = 67%

199
227
170

R + G + B ~ 78%. #C7E3AA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 227 + 170 = 596 (100%)
R 199 of 596 ~ 33.39%
G 227 of 596 ~ 38.09%
B 170 of 596 ~ 28.52%

%33.39
%38.09
%28.52

CMYK RENK MODELİ

#C7E3AA rengi CMYK tonu (12,0,25,11).

  • camgöbeği tonu 12.33%
  • eflatun tonu 0.00%
  • sarı tonu 25.11%
  • ana renk tonu 10.98%
CMYK:
(12,0,25,11)
C12M0Y25K11 
(12%,0%,25%,11%)
(0.12/0.00/0.25/0.11)	

CMYK yüzdeleri

%12.33
%0
%25.11
%10.98

Codes

Color #C7E3AA in popluar color models

C7E3AA
RGB199227170
HSL89°50.44%77.84%
HSB/HSV89°25.11%89.02%
CMYK12.33%0.00%25.11%
10.98%

Color #C7E3AA in popluar number systems.

HEXC7E3AA
Decimal199227170
Binary110001111110001110101010
Octal307343252

Shades and tints

Shades of #C7E3AA

#C7E3AA
(199,227,170)
#B5CF9B
(181,207,155)
#A3BB8C
(163,187,140)
#91A77D
(145,167,125)
#7F936E
(127,147,110)
#6D7F5F
(109,127,95)
#5B6B50
(91,107,80)
#495741
(73,87,65)
#374332
(55,67,50)
#252F23
(37,47,35)
#131B14
(19,27,20)
#000000
(0,0,0)

Tints of #C7E3AA

#C7E3AA
(199,227,170)
#CCE5B1
(204,229,177)
#D1E7B8
(209,231,184)
#D6E9BF
(214,233,191)
#DBEBC6
(219,235,198)
#E0EDCD
(224,237,205)
#E5EFD4
(229,239,212)
#EAF1DB
(234,241,219)
#EFF3E2
(239,243,226)
#F4F5E9
(244,245,233)
#F9F7F0
(249,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E3AA color. Also use rgb(199,227,170) instead hex code.

Text Font Color

.myTextColor { color: #C7E3AA; }

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

This text font color is #C7E3AA.


Background Color

.myBgColor { background-color: #C7E3AA; }

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

This div background color is #C7E3AA.


Border color

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

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

This div border color is #C7E3AA.


Opacity

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

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

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

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

This text has shadow with #C7E3AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E3AA on black background.


Color preview on white background

This text has color #C7E3AA on white background.



Black color preview on #C7E3AA background

This text has black color on #C7E3AA background.


White color preview on #C7E3AA background

This text has white color on #C7E3AA background.