COLOR #C5C5DD

HEX: #C5C5DD
RGB: (197,197,221)

Renk bilgisi

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

RGB renk modeli

#C5C5DD color RGB value is (197,197,221).

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

RGB bağlantıları ve doygunluk

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

197
197
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 197 + 221 = 615 (100%)
R 197 of 615 ~ 32.03%
G 197 of 615 ~ 32.03%
B 221 of 615 ~ 35.93%

%32.03
%32.03
%35.93

CMYK RENK MODELİ

#C5C5DD rengi CMYK tonu (11,11,0,13).

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

CMYK yüzdeleri

%10.86
%10.86
%0
%13.33

Codes

Color #C5C5DD in popluar color models

C5C5DD
RGB197197221
HSL240°26.09%81.96%
HSB/HSV240°10.86%86.67%
CMYK10.86%10.86%0.00%
13.33%

Color #C5C5DD in popluar number systems.

HEXC5C5DD
Decimal197197221
Binary110001011100010111011101
Octal305305335

Shades and tints

Shades of #C5C5DD

#C5C5DD
(197,197,221)
#B4B4C9
(180,180,201)
#A3A3B5
(163,163,181)
#9292A1
(146,146,161)
#81818D
(129,129,141)
#707079
(112,112,121)
#5F5F65
(95,95,101)
#4E4E51
(78,78,81)
#3D3D3D
(61,61,61)
#2C2C29
(44,44,41)
#1B1B15
(27,27,21)
#000000
(0,0,0)

Tints of #C5C5DD

#C5C5DD
(197,197,221)
#CACAE0
(202,202,224)
#CFCFE3
(207,207,227)
#D4D4E6
(212,212,230)
#D9D9E9
(217,217,233)
#DEDEEC
(222,222,236)
#E3E3EF
(227,227,239)
#E8E8F2
(232,232,242)
#EDEDF5
(237,237,245)
#F2F2F8
(242,242,248)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C5DD; }

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

This text font color is #C5C5DD.


Background Color

.myBgColor { background-color: #C5C5DD; }

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

This div background color is #C5C5DD.


Border color

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

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

This div border color is #C5C5DD.


Opacity

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

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

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

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

This text has shadow with #C5C5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C5DD on black background.


Color preview on white background

This text has color #C5C5DD on white background.



Black color preview on #C5C5DD background

This text has black color on #C5C5DD background.


White color preview on #C5C5DD background

This text has white color on #C5C5DD background.