COLOR #C5EDE4

HEX: #C5EDE4
RGB: (197,237,228)

Renk bilgisi

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

RGB renk modeli

#C5EDE4 color RGB value is (197,237,228).

  • kırmız ton 197;
  • yeşil ton 237;
  • mavi ton 228.
RGB:
(197,237,228)
(77%,93%,89%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 237 of 255 = 93%
B 228 of 255 = 89%

197
237
228

R + G + B ~ 86%. #C5EDE4 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 237 + 228 = 662 (100%)
R 197 of 662 ~ 29.76%
G 237 of 662 ~ 35.8%
B 228 of 662 ~ 34.44%

%29.76
%35.8
%34.44

CMYK RENK MODELİ

#C5EDE4 rengi CMYK tonu (17,0,4,7).

  • camgöbeği tonu 16.88%
  • eflatun tonu 0.00%
  • sarı tonu 3.80%
  • ana renk tonu 7.06%
CMYK:
(17,0,4,7)
C17M0Y4K7 
(17%,0%,4%,7%)
(0.17/0.00/0.04/0.07)	

CMYK yüzdeleri

%16.88
%0
%3.8
%7.06

Codes

Color #C5EDE4 in popluar color models

C5EDE4
RGB197237228
HSL167°52.63%85.10%
HSB/HSV167°16.88%92.94%
CMYK16.88%0.00%3.80%
7.06%

Color #C5EDE4 in popluar number systems.

HEXC5EDE4
Decimal197237228
Binary110001011110110111100100
Octal305355344

Shades and tints

Shades of #C5EDE4

#C5EDE4
(197,237,228)
#B4D8D0
(180,216,208)
#A3C3BC
(163,195,188)
#92AEA8
(146,174,168)
#819994
(129,153,148)
#708480
(112,132,128)
#5F6F6C
(95,111,108)
#4E5A58
(78,90,88)
#3D4544
(61,69,68)
#2C3030
(44,48,48)
#1B1B1C
(27,27,28)
#000000
(0,0,0)

Tints of #C5EDE4

#C5EDE4
(197,237,228)
#CAEEE6
(202,238,230)
#CFEFE8
(207,239,232)
#D4F0EA
(212,240,234)
#D9F1EC
(217,241,236)
#DEF2EE
(222,242,238)
#E3F3F0
(227,243,240)
#E8F4F2
(232,244,242)
#EDF5F4
(237,245,244)
#F2F6F6
(242,246,246)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5EDE4 color. Also use rgb(197,237,228) instead hex code.

Text Font Color

.myTextColor { color: #C5EDE4; }

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

This text font color is #C5EDE4.


Background Color

.myBgColor { background-color: #C5EDE4; }

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

This div background color is #C5EDE4.


Border color

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

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

This div border color is #C5EDE4.


Opacity

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

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

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

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

This text has shadow with #C5EDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EDE4 on black background.


Color preview on white background

This text has color #C5EDE4 on white background.



Black color preview on #C5EDE4 background

This text has black color on #C5EDE4 background.


White color preview on #C5EDE4 background

This text has white color on #C5EDE4 background.