COLOR #C895D5

HEX: #C895D5
RGB: (200,149,213)

Renk bilgisi

#C895D5 contains mainly red and blue colors. #C895D5 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C895D5 color RGB value is (200,149,213).

  • kırmız ton 200;
  • yeşil ton 149;
  • mavi ton 213.
RGB:
(200,149,213)
(78%,58%,84%)

RGB bağlantıları ve doygunluk

R 200 of 255 = 78%
G 149 of 255 = 58%
B 213 of 255 = 84%

200
149
213

R + G + B ~ 73%. #C895D5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
200 + 149 + 213 = 562 (100%)
R 200 of 562 ~ 35.59%
G 149 of 562 ~ 26.51%
B 213 of 562 ~ 37.9%

%35.59
%26.51
%37.9

CMYK RENK MODELİ

#C895D5 rengi CMYK tonu (6,30,0,16).

  • camgöbeği tonu 6.10%
  • eflatun tonu 30.05%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(6,30,0,16)
C6M30Y0K16 
(6%,30%,0%,16%)
(0.06/0.30/0.00/0.16)	

CMYK yüzdeleri

%6.1
%30.05
%0
%16.47

Codes

Color #C895D5 in popluar color models

C895D5
RGB200149213
HSL288°43.24%70.98%
HSB/HSV288°30.05%83.53%
CMYK6.10%30.05%0.00%
16.47%

Color #C895D5 in popluar number systems.

HEXC895D5
Decimal200149213
Binary110010001001010111010101
Octal310225325

Shades and tints

Shades of #C895D5

#C895D5
(200,149,213)
#B688C2
(182,136,194)
#A47BAF
(164,123,175)
#926E9C
(146,110,156)
#806189
(128,97,137)
#6E5476
(110,84,118)
#5C4763
(92,71,99)
#4A3A50
(74,58,80)
#382D3D
(56,45,61)
#26202A
(38,32,42)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #C895D5

#C895D5
(200,149,213)
#CD9ED8
(205,158,216)
#D2A7DB
(210,167,219)
#D7B0DE
(215,176,222)
#DCB9E1
(220,185,225)
#E1C2E4
(225,194,228)
#E6CBE7
(230,203,231)
#EBD4EA
(235,212,234)
#F0DDED
(240,221,237)
#F5E6F0
(245,230,240)
#FAEFF3
(250,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C895D5 color. Also use rgb(200,149,213) instead hex code.

Text Font Color

.myTextColor { color: #C895D5; }

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

This text font color is #C895D5.


Background Color

.myBgColor { background-color: #C895D5; }

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

This div background color is #C895D5.


Border color

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

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

This div border color is #C895D5.


Opacity

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

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

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

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

This text has shadow with #C895D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C895D5 on black background.


Color preview on white background

This text has color #C895D5 on white background.



Black color preview on #C895D5 background

This text has black color on #C895D5 background.


White color preview on #C895D5 background

This text has white color on #C895D5 background.