COLOR #67D9BD

HEX: #67D9BD
RGB: (103,217,189)

Color info

#67D9BD contains mainly green and blue colors. Web safe color of #67D9BD is #66CCCC (or #6CC).

RGB color model

#67D9BD color RGB value is (103,217,189).

  • red value is 103;
  • green value is 217;
  • blue value is 189.
RGB:
(103,217,189)
(40%,85%,74%)

RGB channels and saturation

R 103 of 255 = 40%
G 217 of 255 = 85%
B 189 of 255 = 74%

103
217
189

R + G + B ~ 66%. #67D9BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
103 + 217 + 189 = 509 (100%)
R 103 of 509 ~ 20.24%
G 217 of 509 ~ 42.63%
B 189 of 509 ~ 37.13%

%20.24
%42.63
%37.13

CMYK color model

#67D9BD color CMYK value is (53,0,13,15).

  • cyan value is 52.53%
  • magenta value is 0.00%
  • yellow value is 12.90%
  • key color value is 14.90%
CMYK:
(53,0,13,15)
C53M0Y13K15 
(53%,0%,13%,15%)
(0.53/0.00/0.13/0.15)	

CMYK percentages

%52.53
%0
%12.9
%14.9

Codes

Color #67D9BD in popluar color models

67D9BD
RGB103217189
HSL165°60.00%62.75%
HSB/HSV165°52.53%85.10%
CMYK52.53%0.00%12.90%
14.90%

Color #67D9BD in popluar number systems.

HEX67D9BD
Decimal103217189
Binary11001111101100110111101
Octal147331275

Shades and tints

Shades of #67D9BD

#67D9BD
(103,217,189)
#5EC6AC
(94,198,172)
#55B39B
(85,179,155)
#4CA08A
(76,160,138)
#438D79
(67,141,121)
#3A7A68
(58,122,104)
#316757
(49,103,87)
#285446
(40,84,70)
#1F4135
(31,65,53)
#162E24
(22,46,36)
#0D1B13
(13,27,19)
#000000
(0,0,0)

Tints of #67D9BD

#67D9BD
(103,217,189)
#74DCC3
(116,220,195)
#81DFC9
(129,223,201)
#8EE2CF
(142,226,207)
#9BE5D5
(155,229,213)
#A8E8DB
(168,232,219)
#B5EBE1
(181,235,225)
#C2EEE7
(194,238,231)
#CFF1ED
(207,241,237)
#DCF4F3
(220,244,243)
#E9F7F9
(233,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67D9BD color. Also use rgb(103,217,189) instead hex code.

Text Font Color

.myTextColor { color: #67D9BD; }

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

This text font color is #67D9BD.


Background Color

.myBgColor { background-color: #67D9BD; }

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

This div background color is #67D9BD.


Border color

.myBorderColor { border: 1px solid #67D9BD; }

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

This div border color is #67D9BD.


Opacity

.myOpacity80 { color: #67D9BD; opacity: 0.8; }

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

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

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

This text has shadow with #67D9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67D9BD on black background.


Color preview on white background

This text has color #67D9BD on white background.



Black color preview on #67D9BD background

This text has black color on #67D9BD background.


White color preview on #67D9BD background

This text has white color on #67D9BD background.