COLOR #C5E1C7

HEX: #C5E1C7
RGB: (197,225,199)

Renk bilgisi

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

RGB renk modeli

#C5E1C7 color RGB value is (197,225,199).

  • kırmız ton 197;
  • yeşil ton 225;
  • mavi ton 199.
RGB:
(197,225,199)
(77%,88%,78%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 225 of 255 = 88%
B 199 of 255 = 78%

197
225
199

R + G + B ~ 81%. #C5E1C7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 225 + 199 = 621 (100%)
R 197 of 621 ~ 31.72%
G 225 of 621 ~ 36.23%
B 199 of 621 ~ 32.05%

%31.72
%36.23
%32.05

CMYK RENK MODELİ

#C5E1C7 rengi CMYK tonu (12,0,12,12).

  • camgöbeği tonu 12.44%
  • eflatun tonu 0.00%
  • sarı tonu 11.56%
  • ana renk tonu 11.76%
CMYK:
(12,0,12,12)
C12M0Y12K12 
(12%,0%,12%,12%)
(0.12/0.00/0.12/0.12)	

CMYK yüzdeleri

%12.44
%0
%11.56
%11.76

Codes

Color #C5E1C7 in popluar color models

C5E1C7
RGB197225199
HSL124°31.82%82.75%
HSB/HSV124°12.44%88.24%
CMYK12.44%0.00%11.56%
11.76%

Color #C5E1C7 in popluar number systems.

HEXC5E1C7
Decimal197225199
Binary110001011110000111000111
Octal305341307

Shades and tints

Shades of #C5E1C7

#C5E1C7
(197,225,199)
#B4CDB5
(180,205,181)
#A3B9A3
(163,185,163)
#92A591
(146,165,145)
#81917F
(129,145,127)
#707D6D
(112,125,109)
#5F695B
(95,105,91)
#4E5549
(78,85,73)
#3D4137
(61,65,55)
#2C2D25
(44,45,37)
#1B1913
(27,25,19)
#000000
(0,0,0)

Tints of #C5E1C7

#C5E1C7
(197,225,199)
#CAE3CC
(202,227,204)
#CFE5D1
(207,229,209)
#D4E7D6
(212,231,214)
#D9E9DB
(217,233,219)
#DEEBE0
(222,235,224)
#E3EDE5
(227,237,229)
#E8EFEA
(232,239,234)
#EDF1EF
(237,241,239)
#F2F3F4
(242,243,244)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E1C7 color. Also use rgb(197,225,199) instead hex code.

Text Font Color

.myTextColor { color: #C5E1C7; }

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

This text font color is #C5E1C7.


Background Color

.myBgColor { background-color: #C5E1C7; }

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

This div background color is #C5E1C7.


Border color

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

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

This div border color is #C5E1C7.


Opacity

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

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

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

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

This text has shadow with #C5E1C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E1C7 on black background.


Color preview on white background

This text has color #C5E1C7 on white background.



Black color preview on #C5E1C7 background

This text has black color on #C5E1C7 background.


White color preview on #C5E1C7 background

This text has white color on #C5E1C7 background.