COLOR #C5DDC7

HEX: #C5DDC7
RGB: (197,221,199)

Renk bilgisi

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

RGB renk modeli

#C5DDC7 color RGB value is (197,221,199).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 221 of 255 = 87%
B 199 of 255 = 78%

197
221
199

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 221 + 199 = 617 (100%)
R 197 of 617 ~ 31.93%
G 221 of 617 ~ 35.82%
B 199 of 617 ~ 32.25%

%31.93
%35.82
%32.25

CMYK RENK MODELİ

#C5DDC7 rengi CMYK tonu (11,0,10,13).

  • camgöbeği tonu 10.86%
  • eflatun tonu 0.00%
  • sarı tonu 9.95%
  • ana renk tonu 13.33%
CMYK:
(11,0,10,13)
C11M0Y10K13 
(11%,0%,10%,13%)
(0.11/0.00/0.10/0.13)	

CMYK yüzdeleri

%10.86
%0
%9.95
%13.33

Codes

Color #C5DDC7 in popluar color models

C5DDC7
RGB197221199
HSL125°26.09%81.96%
HSB/HSV125°10.86%86.67%
CMYK10.86%0.00%9.95%
13.33%

Color #C5DDC7 in popluar number systems.

HEXC5DDC7
Decimal197221199
Binary110001011101110111000111
Octal305335307

Shades and tints

Shades of #C5DDC7

#C5DDC7
(197,221,199)
#B4C9B5
(180,201,181)
#A3B5A3
(163,181,163)
#92A191
(146,161,145)
#818D7F
(129,141,127)
#70796D
(112,121,109)
#5F655B
(95,101,91)
#4E5149
(78,81,73)
#3D3D37
(61,61,55)
#2C2925
(44,41,37)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #C5DDC7

#C5DDC7
(197,221,199)
#CAE0CC
(202,224,204)
#CFE3D1
(207,227,209)
#D4E6D6
(212,230,214)
#D9E9DB
(217,233,219)
#DEECE0
(222,236,224)
#E3EFE5
(227,239,229)
#E8F2EA
(232,242,234)
#EDF5EF
(237,245,239)
#F2F8F4
(242,248,244)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DDC7; }

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

This text font color is #C5DDC7.


Background Color

.myBgColor { background-color: #C5DDC7; }

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

This div background color is #C5DDC7.


Border color

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

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

This div border color is #C5DDC7.


Opacity

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

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

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

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

This text has shadow with #C5DDC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DDC7 on black background.


Color preview on white background

This text has color #C5DDC7 on white background.



Black color preview on #C5DDC7 background

This text has black color on #C5DDC7 background.


White color preview on #C5DDC7 background

This text has white color on #C5DDC7 background.