COLOR #C7E7A5

HEX: #C7E7A5
RGB: (199,231,165)

Renk bilgisi

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

RGB renk modeli

#C7E7A5 color RGB value is (199,231,165).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 231 of 255 = 91%
B 165 of 255 = 65%

199
231
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 231 + 165 = 595 (100%)
R 199 of 595 ~ 33.45%
G 231 of 595 ~ 38.82%
B 165 of 595 ~ 27.73%

%33.45
%38.82
%27.73

CMYK RENK MODELİ

#C7E7A5 rengi CMYK tonu (14,0,29,9).

  • camgöbeği tonu 13.85%
  • eflatun tonu 0.00%
  • sarı tonu 28.57%
  • ana renk tonu 9.41%
CMYK:
(14,0,29,9)
C14M0Y29K9 
(14%,0%,29%,9%)
(0.14/0.00/0.29/0.09)	

CMYK yüzdeleri

%13.85
%0
%28.57
%9.41

Codes

Color #C7E7A5 in popluar color models

C7E7A5
RGB199231165
HSL89°57.89%77.65%
HSB/HSV89°28.57%90.59%
CMYK13.85%0.00%28.57%
9.41%

Color #C7E7A5 in popluar number systems.

HEXC7E7A5
Decimal199231165
Binary110001111110011110100101
Octal307347245

Shades and tints

Shades of #C7E7A5

#C7E7A5
(199,231,165)
#B5D296
(181,210,150)
#A3BD87
(163,189,135)
#91A878
(145,168,120)
#7F9369
(127,147,105)
#6D7E5A
(109,126,90)
#5B694B
(91,105,75)
#49543C
(73,84,60)
#373F2D
(55,63,45)
#252A1E
(37,42,30)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #C7E7A5

#C7E7A5
(199,231,165)
#CCE9AD
(204,233,173)
#D1EBB5
(209,235,181)
#D6EDBD
(214,237,189)
#DBEFC5
(219,239,197)
#E0F1CD
(224,241,205)
#E5F3D5
(229,243,213)
#EAF5DD
(234,245,221)
#EFF7E5
(239,247,229)
#F4F9ED
(244,249,237)
#F9FBF5
(249,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E7A5; }

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

This text font color is #C7E7A5.


Background Color

.myBgColor { background-color: #C7E7A5; }

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

This div background color is #C7E7A5.


Border color

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

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

This div border color is #C7E7A5.


Opacity

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

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

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

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

This text has shadow with #C7E7A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E7A5 on black background.


Color preview on white background

This text has color #C7E7A5 on white background.



Black color preview on #C7E7A5 background

This text has black color on #C7E7A5 background.


White color preview on #C7E7A5 background

This text has white color on #C7E7A5 background.