COLOR #C7E2AD

HEX: #C7E2AD
RGB: (199,226,173)

Renk bilgisi

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

RGB renk modeli

#C7E2AD color RGB value is (199,226,173).

  • kırmız ton 199;
  • yeşil ton 226;
  • mavi ton 173.
RGB:
(199,226,173)
(78%,89%,68%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 226 of 255 = 89%
B 173 of 255 = 68%

199
226
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 226 + 173 = 598 (100%)
R 199 of 598 ~ 33.28%
G 226 of 598 ~ 37.79%
B 173 of 598 ~ 28.93%

%33.28
%37.79
%28.93

CMYK RENK MODELİ

#C7E2AD rengi CMYK tonu (12,0,23,11).

  • camgöbeği tonu 11.95%
  • eflatun tonu 0.00%
  • sarı tonu 23.45%
  • ana renk tonu 11.37%
CMYK:
(12,0,23,11)
C12M0Y23K11 
(12%,0%,23%,11%)
(0.12/0.00/0.23/0.11)	

CMYK yüzdeleri

%11.95
%0
%23.45
%11.37

Codes

Color #C7E2AD in popluar color models

C7E2AD
RGB199226173
HSL91°47.75%78.24%
HSB/HSV91°23.45%88.63%
CMYK11.95%0.00%23.45%
11.37%

Color #C7E2AD in popluar number systems.

HEXC7E2AD
Decimal199226173
Binary110001111110001010101101
Octal307342255

Shades and tints

Shades of #C7E2AD

#C7E2AD
(199,226,173)
#B5CE9E
(181,206,158)
#A3BA8F
(163,186,143)
#91A680
(145,166,128)
#7F9271
(127,146,113)
#6D7E62
(109,126,98)
#5B6A53
(91,106,83)
#495644
(73,86,68)
#374235
(55,66,53)
#252E26
(37,46,38)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #C7E2AD

#C7E2AD
(199,226,173)
#CCE4B4
(204,228,180)
#D1E6BB
(209,230,187)
#D6E8C2
(214,232,194)
#DBEAC9
(219,234,201)
#E0ECD0
(224,236,208)
#E5EED7
(229,238,215)
#EAF0DE
(234,240,222)
#EFF2E5
(239,242,229)
#F4F4EC
(244,244,236)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E2AD color. Also use rgb(199,226,173) instead hex code.

Text Font Color

.myTextColor { color: #C7E2AD; }

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

This text font color is #C7E2AD.


Background Color

.myBgColor { background-color: #C7E2AD; }

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

This div background color is #C7E2AD.


Border color

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

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

This div border color is #C7E2AD.


Opacity

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

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

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

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

This text has shadow with #C7E2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E2AD on black background.


Color preview on white background

This text has color #C7E2AD on white background.



Black color preview on #C7E2AD background

This text has black color on #C7E2AD background.


White color preview on #C7E2AD background

This text has white color on #C7E2AD background.