COLOR #C5C5DC

HEX: #C5C5DC
RGB: (197,197,220)

Renk bilgisi

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

RGB renk modeli

#C5C5DC color RGB value is (197,197,220).

  • kırmız ton 197;
  • yeşil ton 197;
  • mavi ton 220.
RGB:
(197,197,220)
(77%,77%,86%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 197 of 255 = 77%
B 220 of 255 = 86%

197
197
220

R + G + B ~ 80%. #C5C5DC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 197 + 220 = 614 (100%)
R 197 of 614 ~ 32.08%
G 197 of 614 ~ 32.08%
B 220 of 614 ~ 35.83%

%32.08
%32.08
%35.83

CMYK RENK MODELİ

#C5C5DC rengi CMYK tonu (10,10,0,14).

  • camgöbeği tonu 10.45%
  • eflatun tonu 10.45%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(10,10,0,14)
C10M10Y0K14 
(10%,10%,0%,14%)
(0.10/0.10/0.00/0.14)	

CMYK yüzdeleri

%10.45
%10.45
%0
%13.73

Codes

Color #C5C5DC in popluar color models

C5C5DC
RGB197197220
HSL240°24.73%81.76%
HSB/HSV240°10.45%86.27%
CMYK10.45%10.45%0.00%
13.73%

Color #C5C5DC in popluar number systems.

HEXC5C5DC
Decimal197197220
Binary110001011100010111011100
Octal305305334

Shades and tints

Shades of #C5C5DC

#C5C5DC
(197,197,220)
#B4B4C8
(180,180,200)
#A3A3B4
(163,163,180)
#9292A0
(146,146,160)
#81818C
(129,129,140)
#707078
(112,112,120)
#5F5F64
(95,95,100)
#4E4E50
(78,78,80)
#3D3D3C
(61,61,60)
#2C2C28
(44,44,40)
#1B1B14
(27,27,20)
#000000
(0,0,0)

Tints of #C5C5DC

#C5C5DC
(197,197,220)
#CACADF
(202,202,223)
#CFCFE2
(207,207,226)
#D4D4E5
(212,212,229)
#D9D9E8
(217,217,232)
#DEDEEB
(222,222,235)
#E3E3EE
(227,227,238)
#E8E8F1
(232,232,241)
#EDEDF4
(237,237,244)
#F2F2F7
(242,242,247)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C5DC; }

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

This text font color is #C5C5DC.


Background Color

.myBgColor { background-color: #C5C5DC; }

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

This div background color is #C5C5DC.


Border color

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

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

This div border color is #C5C5DC.


Opacity

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

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

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

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

This text has shadow with #C5C5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C5DC on black background.


Color preview on white background

This text has color #C5C5DC on white background.



Black color preview on #C5C5DC background

This text has black color on #C5C5DC background.


White color preview on #C5C5DC background

This text has white color on #C5C5DC background.