COLOR #C5ABCD

HEX: #C5ABCD RGB: (197,171,205)

Renk bilgisi

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

RGB renk modeli

#C5ABCD color RGB value is (197,171,205).

RGB: (197,171,205) (77%, 67%, 80%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 171 of 255 = 67%
B 205 of 255 = 80%

197
171
205

R + G + B ~ 75%. #C5ABCD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 197 + 171 + 205 = 573 (100%)
R 197 of 573 ~ 34.38%
G 171 of 573 ~ 29.84%
B 205 of 573 ~ 35.78'%

%34.38
%29.84
%35.78

CMYK RENK MODELİ

#C5ABCD rengi CMYK tonu (4,17,0,20).

  • camgöbeği tonu 3.90%
  • eflatun tonu 16.59%
  • sarı tonu 0.00%
  • ana renk tonu 19.61%

CMYK: (4,17,0,20)
C4M17Y0K20 (4%, 17%, 0%, 20%)
(0.04 / 0.17 / 0.00 / 0.20)

CMYK yüzdeleri

%3.9
%16.59
%0
%19.61

Codes

Color #C5ABCD in popluar color models

C5 AB CD
RGB 197 171 205
HSL 286° 25.37% 73.73%
HSB/HSV 286° 16.59% 80.39%
CMYK 3.90% 16.59% 0.00%
19.61%

Color #C5ABCD in popluar number systems.

HEX C5 AB CD
Decimal 197 171 205
Binary 11000101 10101011 11001101
Octal 305 253 315

Shades and tints

Shades of #C5ABCD

#C5ABCD
(197,171,205)
#B49CBB
(180,156,187)
#A38DA9
(163,141,169)
#927E97
(146,126,151)
#816F85
(129,111,133)
#706073
(112,96,115)
#5F5161
(95,81,97)
#4E424F
(78,66,79)
#3D333D
(61,51,61)
#2C242B
(44,36,43)
#1B1519
(27,21,25)
#000000
(0,0,0)

Tints of #C5ABCD

#C5ABCD
(197,171,205)
#CAB2D1
(202,178,209)
#CFB9D5
(207,185,213)
#D4C0D9
(212,192,217)
#D9C7DD
(217,199,221)
#DECEE1
(222,206,225)
#E3D5E5
(227,213,229)
#E8DCE9
(232,220,233)
#EDE3ED
(237,227,237)
#F2EAF1
(242,234,241)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5ABCD; }

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

This text font color is #C5ABCD.

Background Color

.myBgColor { background-color: #C5ABCD; }

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

This div background color is #C5ABCD.

Border color

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

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

This div border color is #C5ABCD.

Opacity

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

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

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

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

This text has shadow with #C5ABCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5ABCD.

Preview

Color preview on black background

This text has color #C5ABCD on black background.


Color preview on white background

This text has color #C5ABCD on white background.


Black color preview on #C5ABCD background

This text has black color on #C5ABCD background.


White color preview on #C5ABCD background

This text has white color on #C5ABCD background.


Related colors

Complementary color

Complementary color for #hex is #3A5432.


I love getcolorcode.com

Triadic colors

1 #CDC5AB and #ABCDC5 with #C5ABCD are triadic colors.

2 #CDABC5 and #ABC5CD with #C5ABCD are triadic colors.