COLOR #C5EDED

HEX: #C5EDED RGB: (197,237,237)

Renk bilgisi

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

RGB renk modeli

#C5EDED color RGB value is (197,237,237).

RGB: (197,237,237) (77%, 93%, 93%)

RGB bağlantıları ve doygunluk

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

197
237
237

R + G + B ~ 88%. #C5EDED is light color.

Yüzdelerle RGB renk parçaları

R + G + B = 197 + 237 + 237 = 671 (100%)
R 197 of 671 ~ 29.36%
G 237 of 671 ~ 35.32%
B 237 of 671 ~ 35.32'%

%29.36
%35.32
%35.32

CMYK RENK MODELİ

#C5EDED rengi CMYK tonu (17,0,0,7).

  • camgöbeği tonu 16.88%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%

CMYK: (17,0,0,7)
C17M0Y0K7 (17%, 0%, 0%, 7%)
(0.17 / 0.00 / 0.00 / 0.07)

CMYK yüzdeleri

%16.88
%0
%0
%7.06

Codes

Color #C5EDED in popluar color models

C5 ED ED
RGB 197 237 237
HSL 180° 52.63% 85.10%
HSB/HSV 180° 16.88% 92.94%
CMYK 16.88% 0.00% 0.00%
7.06%

Color #C5EDED in popluar number systems.

HEX C5 ED ED
Decimal 197 237 237
Binary 11000101 11101101 11101101
Octal 305 355 355

Shades and tints

Shades of #C5EDED

#C5EDED
(197,237,237)
#B4D8D8
(180,216,216)
#A3C3C3
(163,195,195)
#92AEAE
(146,174,174)
#819999
(129,153,153)
#708484
(112,132,132)
#5F6F6F
(95,111,111)
#4E5A5A
(78,90,90)
#3D4545
(61,69,69)
#2C3030
(44,48,48)
#1B1B1B
(27,27,27)
#000000
(0,0,0)

Tints of #C5EDED

#C5EDED
(197,237,237)
#CAEEEE
(202,238,238)
#CFEFEF
(207,239,239)
#D4F0F0
(212,240,240)
#D9F1F1
(217,241,241)
#DEF2F2
(222,242,242)
#E3F3F3
(227,243,243)
#E8F4F4
(232,244,244)
#EDF5F5
(237,245,245)
#F2F6F6
(242,246,246)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5EDED; }

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

This text font color is #C5EDED.

Background Color

.myBgColor { background-color: #C5EDED; }

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

This div background color is #C5EDED.

Border color

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

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

This div border color is #C5EDED.

Opacity

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

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

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

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

This text has shadow with #C5EDED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5EDED.

Preview

Color preview on black background

This text has color #C5EDED on black background.


Color preview on white background

This text has color #C5EDED on white background.


Black color preview on #C5EDED background

This text has black color on #C5EDED background.


White color preview on #C5EDED background

This text has white color on #C5EDED background.


Related colors

Complementary color

Complementary color for #hex is #3A1212.


I love getcolorcode.com