COLOR #C4ADCC

HEX: #C4ADCC
RGB: (196,173,204)

Renk bilgisi

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

RGB renk modeli

#C4ADCC color RGB value is (196,173,204).

  • kırmız ton 196;
  • yeşil ton 173;
  • mavi ton 204.
RGB:
(196,173,204)
(77%,68%,80%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 173 of 255 = 68%
B 204 of 255 = 80%

196
173
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 173 + 204 = 573 (100%)
R 196 of 573 ~ 34.21%
G 173 of 573 ~ 30.19%
B 204 of 573 ~ 35.6%

%34.21
%30.19
%35.6

CMYK RENK MODELİ

#C4ADCC rengi CMYK tonu (4,15,0,20).

  • camgöbeği tonu 3.92%
  • eflatun tonu 15.20%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(4,15,0,20)
C4M15Y0K20 
(4%,15%,0%,20%)
(0.04/0.15/0.00/0.20)	

CMYK yüzdeleri

%3.92
%15.2
%0
%20

Codes

Color #C4ADCC in popluar color models

C4ADCC
RGB196173204
HSL285°23.31%73.92%
HSB/HSV285°15.20%80.00%
CMYK3.92%15.20%0.00%
20.00%

Color #C4ADCC in popluar number systems.

HEXC4ADCC
Decimal196173204
Binary110001001010110111001100
Octal304255314

Shades and tints

Shades of #C4ADCC

#C4ADCC
(196,173,204)
#B39EBA
(179,158,186)
#A28FA8
(162,143,168)
#918096
(145,128,150)
#807184
(128,113,132)
#6F6272
(111,98,114)
#5E5360
(94,83,96)
#4D444E
(77,68,78)
#3C353C
(60,53,60)
#2B262A
(43,38,42)
#1A1718
(26,23,24)
#000000
(0,0,0)

Tints of #C4ADCC

#C4ADCC
(196,173,204)
#C9B4D0
(201,180,208)
#CEBBD4
(206,187,212)
#D3C2D8
(211,194,216)
#D8C9DC
(216,201,220)
#DDD0E0
(221,208,224)
#E2D7E4
(226,215,228)
#E7DEE8
(231,222,232)
#ECE5EC
(236,229,236)
#F1ECF0
(241,236,240)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4ADCC color. Also use rgb(196,173,204) instead hex code.

Text Font Color

.myTextColor { color: #C4ADCC; }

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

This text font color is #C4ADCC.


Background Color

.myBgColor { background-color: #C4ADCC; }

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

This div background color is #C4ADCC.


Border color

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

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

This div border color is #C4ADCC.


Opacity

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

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

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

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

This text has shadow with #C4ADCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4ADCC on black background.


Color preview on white background

This text has color #C4ADCC on white background.



Black color preview on #C4ADCC background

This text has black color on #C4ADCC background.


White color preview on #C4ADCC background

This text has white color on #C4ADCC background.