COLOR #C7E7AD

HEX: #C7E7AD
RGB: (199,231,173)

Renk bilgisi

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

RGB renk modeli

#C7E7AD color RGB value is (199,231,173).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 231 of 255 = 91%
B 173 of 255 = 68%

199
231
173

R + G + B ~ 79%. #C7E7AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 231 + 173 = 603 (100%)
R 199 of 603 ~ 33%
G 231 of 603 ~ 38.31%
B 173 of 603 ~ 28.69%

%33
%38.31
%28.69

CMYK RENK MODELİ

#C7E7AD rengi CMYK tonu (14,0,25,9).

  • camgöbeği tonu 13.85%
  • eflatun tonu 0.00%
  • sarı tonu 25.11%
  • ana renk tonu 9.41%
CMYK:
(14,0,25,9)
C14M0Y25K9 
(14%,0%,25%,9%)
(0.14/0.00/0.25/0.09)	

CMYK yüzdeleri

%13.85
%0
%25.11
%9.41

Codes

Color #C7E7AD in popluar color models

C7E7AD
RGB199231173
HSL93°54.72%79.22%
HSB/HSV93°25.11%90.59%
CMYK13.85%0.00%25.11%
9.41%

Color #C7E7AD in popluar number systems.

HEXC7E7AD
Decimal199231173
Binary110001111110011110101101
Octal307347255

Shades and tints

Shades of #C7E7AD

#C7E7AD
(199,231,173)
#B5D29E
(181,210,158)
#A3BD8F
(163,189,143)
#91A880
(145,168,128)
#7F9371
(127,147,113)
#6D7E62
(109,126,98)
#5B6953
(91,105,83)
#495444
(73,84,68)
#373F35
(55,63,53)
#252A26
(37,42,38)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #C7E7AD

#C7E7AD
(199,231,173)
#CCE9B4
(204,233,180)
#D1EBBB
(209,235,187)
#D6EDC2
(214,237,194)
#DBEFC9
(219,239,201)
#E0F1D0
(224,241,208)
#E5F3D7
(229,243,215)
#EAF5DE
(234,245,222)
#EFF7E5
(239,247,229)
#F4F9EC
(244,249,236)
#F9FBF3
(249,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E7AD; }

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

This text font color is #C7E7AD.


Background Color

.myBgColor { background-color: #C7E7AD; }

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

This div background color is #C7E7AD.


Border color

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

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

This div border color is #C7E7AD.


Opacity

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

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

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

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

This text has shadow with #C7E7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E7AD on black background.


Color preview on white background

This text has color #C7E7AD on white background.



Black color preview on #C7E7AD background

This text has black color on #C7E7AD background.


White color preview on #C7E7AD background

This text has white color on #C7E7AD background.