COLOR #C5E6A1

HEX: #C5E6A1 RGB: (197,230,161)

Renk bilgisi

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

RGB renk modeli

#C5E6A1 color RGB value is (197,230,161).

RGB: (197,230,161) (77%, 90%, 63%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 230 of 255 = 90%
B 161 of 255 = 63%

197
230
161

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

Yüzdelerle RGB renk parçaları

R + G + B = 197 + 230 + 161 = 588 (100%)
R 197 of 588 ~ 33.5%
G 230 of 588 ~ 39.12%
B 161 of 588 ~ 27.38'%

%33.5
%39.12
%27.38

CMYK RENK MODELİ

#C5E6A1 rengi CMYK tonu (14,0,30,10).

  • camgöbeği tonu 14.35%
  • eflatun tonu 0.00%
  • sarı tonu 30.00%
  • ana renk tonu 9.80%

CMYK: (14,0,30,10)
C14M0Y30K10 (14%, 0%, 30%, 10%)
(0.14 / 0.00 / 0.30 / 0.10)

CMYK yüzdeleri

%14.35
%0
%30
%9.8

Codes

Color #C5E6A1 in popluar color models

C5 E6 A1
RGB 197 230 161
HSL 89° 57.98% 76.67%
HSB/HSV 89° 30.00% 90.20%
CMYK 14.35% 0.00% 30.00%
9.80%

Color #C5E6A1 in popluar number systems.

HEX C5 E6 A1
Decimal 197 230 161
Binary 11000101 11100110 10100001
Octal 305 346 241

Shades and tints

Shades of #C5E6A1

#C5E6A1
(197,230,161)
#B4D293
(180,210,147)
#A3BE85
(163,190,133)
#92AA77
(146,170,119)
#819669
(129,150,105)
#70825B
(112,130,91)
#5F6E4D
(95,110,77)
#4E5A3F
(78,90,63)
#3D4631
(61,70,49)
#2C3223
(44,50,35)
#1B1E15
(27,30,21)
#000000
(0,0,0)

Tints of #C5E6A1

#C5E6A1
(197,230,161)
#CAE8A9
(202,232,169)
#CFEAB1
(207,234,177)
#D4ECB9
(212,236,185)
#D9EEC1
(217,238,193)
#DEF0C9
(222,240,201)
#E3F2D1
(227,242,209)
#E8F4D9
(232,244,217)
#EDF6E1
(237,246,225)
#F2F8E9
(242,248,233)
#F7FAF1
(247,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E6A1 color. Also use rgb(197,230,161) instead hex code.

Text Font Color

.myTextColor { color: #C5E6A1; }

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

This text font color is #C5E6A1.

Background Color

.myBgColor { background-color: #C5E6A1; }

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

This div background color is #C5E6A1.

Border color

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

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

This div border color is #C5E6A1.

Opacity

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

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

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

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

This text has shadow with #C5E6A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5E6A1.

Preview

Color preview on black background

This text has color #C5E6A1 on black background.


Color preview on white background

This text has color #C5E6A1 on white background.


Black color preview on #C5E6A1 background

This text has black color on #C5E6A1 background.


White color preview on #C5E6A1 background

This text has white color on #C5E6A1 background.


Related colors

Complementary color

Complementary color for #hex is #3A195E.


I love getcolorcode.com

Triadic colors

1 #A1C5E6 and #E6A1C5 with #C5E6A1 are triadic colors.

2 #A1E6C5 and #E6C5A1 with #C5E6A1 are triadic colors.