COLOR #C5E7D6

HEX: #C5E7D6
RGB: (197,231,214)

Renk bilgisi

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

RGB renk modeli

#C5E7D6 color RGB value is (197,231,214).

  • kırmız ton 197;
  • yeşil ton 231;
  • mavi ton 214.
RGB:
(197,231,214)
(77%,91%,84%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 231 of 255 = 91%
B 214 of 255 = 84%

197
231
214

R + G + B ~ 84%. #C5E7D6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 231 + 214 = 642 (100%)
R 197 of 642 ~ 30.69%
G 231 of 642 ~ 35.98%
B 214 of 642 ~ 33.33%

%30.69
%35.98
%33.33

CMYK RENK MODELİ

#C5E7D6 rengi CMYK tonu (15,0,7,9).

  • camgöbeği tonu 14.72%
  • eflatun tonu 0.00%
  • sarı tonu 7.36%
  • ana renk tonu 9.41%
CMYK:
(15,0,7,9)
C15M0Y7K9 
(15%,0%,7%,9%)
(0.15/0.00/0.07/0.09)	

CMYK yüzdeleri

%14.72
%0
%7.36
%9.41

Codes

Color #C5E7D6 in popluar color models

C5E7D6
RGB197231214
HSL150°41.46%83.92%
HSB/HSV150°14.72%90.59%
CMYK14.72%0.00%7.36%
9.41%

Color #C5E7D6 in popluar number systems.

HEXC5E7D6
Decimal197231214
Binary110001011110011111010110
Octal305347326

Shades and tints

Shades of #C5E7D6

#C5E7D6
(197,231,214)
#B4D2C3
(180,210,195)
#A3BDB0
(163,189,176)
#92A89D
(146,168,157)
#81938A
(129,147,138)
#707E77
(112,126,119)
#5F6964
(95,105,100)
#4E5451
(78,84,81)
#3D3F3E
(61,63,62)
#2C2A2B
(44,42,43)
#1B1518
(27,21,24)
#000000
(0,0,0)

Tints of #C5E7D6

#C5E7D6
(197,231,214)
#CAE9D9
(202,233,217)
#CFEBDC
(207,235,220)
#D4EDDF
(212,237,223)
#D9EFE2
(217,239,226)
#DEF1E5
(222,241,229)
#E3F3E8
(227,243,232)
#E8F5EB
(232,245,235)
#EDF7EE
(237,247,238)
#F2F9F1
(242,249,241)
#F7FBF4
(247,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E7D6 color. Also use rgb(197,231,214) instead hex code.

Text Font Color

.myTextColor { color: #C5E7D6; }

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

This text font color is #C5E7D6.


Background Color

.myBgColor { background-color: #C5E7D6; }

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

This div background color is #C5E7D6.


Border color

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

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

This div border color is #C5E7D6.


Opacity

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

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

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

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

This text has shadow with #C5E7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E7D6 on black background.


Color preview on white background

This text has color #C5E7D6 on white background.



Black color preview on #C5E7D6 background

This text has black color on #C5E7D6 background.


White color preview on #C5E7D6 background

This text has white color on #C5E7D6 background.