COLOR #C2ADB4

HEX: #C2ADB4
RGB: (194,173,180)

Renk bilgisi

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

RGB renk modeli

#C2ADB4 color RGB value is (194,173,180).

  • kırmız ton 194;
  • yeşil ton 173;
  • mavi ton 180.
RGB:
(194,173,180)
(76%,68%,71%)

RGB bağlantıları ve doygunluk

R 194 of 255 = 76%
G 173 of 255 = 68%
B 180 of 255 = 71%

194
173
180

R + G + B ~ 72%. #C2ADB4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
194 + 173 + 180 = 547 (100%)
R 194 of 547 ~ 35.47%
G 173 of 547 ~ 31.63%
B 180 of 547 ~ 32.91%

%35.47
%31.63
%32.91

CMYK RENK MODELİ

#C2ADB4 rengi CMYK tonu (0,11,7,24).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.82%
  • sarı tonu 7.22%
  • ana renk tonu 23.92%
CMYK:
(0,11,7,24)
C0M11Y7K24 
(0%,11%,7%,24%)
(0.00/0.11/0.07/0.24)	

CMYK yüzdeleri

%0
%10.82
%7.22
%23.92

Codes

Color #C2ADB4 in popluar color models

C2ADB4
RGB194173180
HSL340°14.69%71.96%
HSB/HSV340°10.82%76.08%
CMYK0.00%10.82%7.22%
23.92%

Color #C2ADB4 in popluar number systems.

HEXC2ADB4
Decimal194173180
Binary110000101010110110110100
Octal302255264

Shades and tints

Shades of #C2ADB4

#C2ADB4
(194,173,180)
#B19EA4
(177,158,164)
#A08F94
(160,143,148)
#8F8084
(143,128,132)
#7E7174
(126,113,116)
#6D6264
(109,98,100)
#5C5354
(92,83,84)
#4B4444
(75,68,68)
#3A3534
(58,53,52)
#292624
(41,38,36)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #C2ADB4

#C2ADB4
(194,173,180)
#C7B4BA
(199,180,186)
#CCBBC0
(204,187,192)
#D1C2C6
(209,194,198)
#D6C9CC
(214,201,204)
#DBD0D2
(219,208,210)
#E0D7D8
(224,215,216)
#E5DEDE
(229,222,222)
#EAE5E4
(234,229,228)
#EFECEA
(239,236,234)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2ADB4 color. Also use rgb(194,173,180) instead hex code.

Text Font Color

.myTextColor { color: #C2ADB4; }

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

This text font color is #C2ADB4.


Background Color

.myBgColor { background-color: #C2ADB4; }

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

This div background color is #C2ADB4.


Border color

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

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

This div border color is #C2ADB4.


Opacity

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

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

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

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

This text has shadow with #C2ADB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2ADB4 on black background.


Color preview on white background

This text has color #C2ADB4 on white background.



Black color preview on #C2ADB4 background

This text has black color on #C2ADB4 background.


White color preview on #C2ADB4 background

This text has white color on #C2ADB4 background.