COLOR #C7E9A1

HEX: #C7E9A1
RGB: (199,233,161)

Renk bilgisi

#C7E9A1 contains mainly red and green colors. #C7E9A1 ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#C7E9A1 color RGB value is (199,233,161).

  • kırmız ton 199;
  • yeşil ton 233;
  • mavi ton 161.
RGB:
(199,233,161)
(78%,91%,63%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 233 of 255 = 91%
B 161 of 255 = 63%

199
233
161

R + G + B ~ 77%. #C7E9A1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 233 + 161 = 593 (100%)
R 199 of 593 ~ 33.56%
G 233 of 593 ~ 39.29%
B 161 of 593 ~ 27.15%

%33.56
%39.29
%27.15

CMYK RENK MODELİ

#C7E9A1 rengi CMYK tonu (15,0,31,9).

  • camgöbeği tonu 14.59%
  • eflatun tonu 0.00%
  • sarı tonu 30.90%
  • ana renk tonu 8.63%
CMYK:
(15,0,31,9)
C15M0Y31K9 
(15%,0%,31%,9%)
(0.15/0.00/0.31/0.09)	

CMYK yüzdeleri

%14.59
%0
%30.9
%8.63

Codes

Color #C7E9A1 in popluar color models

C7E9A1
RGB199233161
HSL88°62.07%77.25%
HSB/HSV88°30.90%91.37%
CMYK14.59%0.00%30.90%
8.63%

Color #C7E9A1 in popluar number systems.

HEXC7E9A1
Decimal199233161
Binary110001111110100110100001
Octal307351241

Shades and tints

Shades of #C7E9A1

#C7E9A1
(199,233,161)
#B5D493
(181,212,147)
#A3BF85
(163,191,133)
#91AA77
(145,170,119)
#7F9569
(127,149,105)
#6D805B
(109,128,91)
#5B6B4D
(91,107,77)
#49563F
(73,86,63)
#374131
(55,65,49)
#252C23
(37,44,35)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #C7E9A1

#C7E9A1
(199,233,161)
#CCEBA9
(204,235,169)
#D1EDB1
(209,237,177)
#D6EFB9
(214,239,185)
#DBF1C1
(219,241,193)
#E0F3C9
(224,243,201)
#E5F5D1
(229,245,209)
#EAF7D9
(234,247,217)
#EFF9E1
(239,249,225)
#F4FBE9
(244,251,233)
#F9FDF1
(249,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E9A1 color. Also use rgb(199,233,161) instead hex code.

Text Font Color

.myTextColor { color: #C7E9A1; }

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

This text font color is #C7E9A1.


Background Color

.myBgColor { background-color: #C7E9A1; }

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

This div background color is #C7E9A1.


Border color

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

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

This div border color is #C7E9A1.


Opacity

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

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

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

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

This text has shadow with #C7E9A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E9A1 on black background.


Color preview on white background

This text has color #C7E9A1 on white background.



Black color preview on #C7E9A1 background

This text has black color on #C7E9A1 background.


White color preview on #C7E9A1 background

This text has white color on #C7E9A1 background.