COLOR #B790D5

HEX: #B790D5 RGB: (183,144,213)

Color info

#B790D5 contains mainly red and blue colors. Web safe color of #B790D5 is #CC99CC (or #C9C).

RGB color model

#B790D5 color RGB value is (183,144,213).

RGB: (183,144,213) (72%, 56%, 84%)

RGB channels and saturation

R 183 of 255 = 72%
G 144 of 255 = 56%
B 213 of 255 = 84%

183
144
213

R + G + B ~ 71%. #B790D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 144 + 213 = 540 (100%)
R 183 of 540 ~ 33.89%
G 144 of 540 ~ 26.67%
B 213 of 540 ~ 39.44'%

%33.89
%26.67
%39.44

CMYK color model

#B790D5 color CMYK value is (14,32,0,16).

  • cyan value is 14.08%
  • magenta value is 32.39%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (14,32,0,16)
C14M32Y0K16 (14%, 32%, 0%, 16%)
(0.14 / 0.32 / 0.00 / 0.16)

CMYK percentages

%14.08
%32.39
%0
%16.47

Codes

Color #B790D5 in popluar color models

B7 90 D5
RGB 183 144 213
HSL 274° 45.10% 70.00%
HSB/HSV 274° 32.39% 83.53%
CMYK 14.08% 32.39% 0.00%
16.47%

Color #B790D5 in popluar number systems.

HEX B7 90 D5
Decimal 183 144 213
Binary 10110111 10010000 11010101
Octal 267 220 325

Shades and tints

Shades of #B790D5

#B790D5
(183,144,213)
#A783C2
(167,131,194)
#9776AF
(151,118,175)
#87699C
(135,105,156)
#775C89
(119,92,137)
#674F76
(103,79,118)
#574263
(87,66,99)
#473550
(71,53,80)
#37283D
(55,40,61)
#271B2A
(39,27,42)
#170E17
(23,14,23)
#000000
(0,0,0)

Tints of #B790D5

#B790D5
(183,144,213)
#BD9AD8
(189,154,216)
#C3A4DB
(195,164,219)
#C9AEDE
(201,174,222)
#CFB8E1
(207,184,225)
#D5C2E4
(213,194,228)
#DBCCE7
(219,204,231)
#E1D6EA
(225,214,234)
#E7E0ED
(231,224,237)
#EDEAF0
(237,234,240)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B790D5 color. Also use rgb(183,144,213) instead hex code.

Text Font Color

.myTextColor { color: #B790D5; }

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

This text font color is #B790D5.

Background Color

.myBgColor { background-color: #B790D5; }

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

This div background color is #B790D5.

Border color

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

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

This div border color is #B790D5.

Opacity

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

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

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

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

This text has shadow with #B790D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B790D5.

Preview

Color preview on black background

This text has color #B790D5 on black background.


Color preview on white background

This text has color #B790D5 on white background.


Black color preview on #B790D5 background

This text has black color on #B790D5 background.


White color preview on #B790D5 background

This text has white color on #B790D5 background.


Related colors

Complementary color

Complementary color for #hex is #486F2A.


I love getcolorcode.com

Triadic colors

1 #D5B790 and #90D5B7 with #B790D5 are triadic colors.

2 #D590B7 and #90B7D5 with #B790D5 are triadic colors.