COLOR #C7E3A5

HEX: #C7E3A5
RGB: (199,227,165)

Renk bilgisi

#C7E3A5 contains mainly red and green colors. #C7E3A5 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#C7E3A5 color RGB value is (199,227,165).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 227 of 255 = 89%
B 165 of 255 = 65%

199
227
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 227 + 165 = 591 (100%)
R 199 of 591 ~ 33.67%
G 227 of 591 ~ 38.41%
B 165 of 591 ~ 27.92%

%33.67
%38.41
%27.92

CMYK RENK MODELİ

#C7E3A5 rengi CMYK tonu (12,0,27,11).

  • camgöbeği tonu 12.33%
  • eflatun tonu 0.00%
  • sarı tonu 27.31%
  • ana renk tonu 10.98%
CMYK:
(12,0,27,11)
C12M0Y27K11 
(12%,0%,27%,11%)
(0.12/0.00/0.27/0.11)	

CMYK yüzdeleri

%12.33
%0
%27.31
%10.98

Codes

Color #C7E3A5 in popluar color models

C7E3A5
RGB199227165
HSL87°52.54%76.86%
HSB/HSV87°27.31%89.02%
CMYK12.33%0.00%27.31%
10.98%

Color #C7E3A5 in popluar number systems.

HEXC7E3A5
Decimal199227165
Binary110001111110001110100101
Octal307343245

Shades and tints

Shades of #C7E3A5

#C7E3A5
(199,227,165)
#B5CF96
(181,207,150)
#A3BB87
(163,187,135)
#91A778
(145,167,120)
#7F9369
(127,147,105)
#6D7F5A
(109,127,90)
#5B6B4B
(91,107,75)
#49573C
(73,87,60)
#37432D
(55,67,45)
#252F1E
(37,47,30)
#131B0F
(19,27,15)
#000000
(0,0,0)

Tints of #C7E3A5

#C7E3A5
(199,227,165)
#CCE5AD
(204,229,173)
#D1E7B5
(209,231,181)
#D6E9BD
(214,233,189)
#DBEBC5
(219,235,197)
#E0EDCD
(224,237,205)
#E5EFD5
(229,239,213)
#EAF1DD
(234,241,221)
#EFF3E5
(239,243,229)
#F4F5ED
(244,245,237)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E3A5; }

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

This text font color is #C7E3A5.


Background Color

.myBgColor { background-color: #C7E3A5; }

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

This div background color is #C7E3A5.


Border color

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

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

This div border color is #C7E3A5.


Opacity

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

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

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

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

This text has shadow with #C7E3A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E3A5 on black background.


Color preview on white background

This text has color #C7E3A5 on white background.



Black color preview on #C7E3A5 background

This text has black color on #C7E3A5 background.


White color preview on #C7E3A5 background

This text has white color on #C7E3A5 background.